Skip to main content Skip to docs navigation

#0bb686 hex color | Download Dark Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Green Teal and its hex is #0CB577 Nearest Color Name

Color Hue/Base color: Green

Hex #0bb686 Color code in RGB color code model is created after adding 4.31% red color, 71.37% green color and 52.55% blue color. Hex #0bb686 Color code in CMYK color (process color) code model is generated after subtraction of 94% cyan, 0% magenta, 26% yellow and 28.63% black.

Hex #0bb686 color code is between #11bb88 web safe hex color code and #00aa77 web safe hex color code. #11bb88 is the nearest web safe color code. You can see here many more shades of #0bb686 color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 0bb686 #0bb686
RGB Decimal 11, 182, 134 11, 182, 134
RGB Percent 4%, 71%, 53% rgb(4%, 71%, 53%)
CSS RGBa 11, 182, 134,1 rgba(11,182,134,1)
CMYK Model cmyk(94%,0%,26%,28.63%)
HSL Color Space 163,89% ,38% hsl(163,89% ,38%)
HSV Color Space 163°, 94%, 71%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001011 10110110 10000110
Octal 13 266 206
Decimal 11 182 134
Hex 0b b6 86

Different shades of #0bb686 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #0bb686
#02261c
Darker of #0bb686
#05563f
Dark of #0bb686
#088663
Base of #0bb686
#0bb686
Light of #0bb686
#0ee6a9
Lighter
#34f3bd
Lightest
#64f6cd

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#0bb686
#b60b3b

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#0bb686
#b60b90
#b6310b

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#0bb622
#0bb63f
#0bb686
#0badb6
#0b66b6

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#0bb686
#b6860b
#860bb6

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#0bb686
#860bb6
#b60b3b
#3bb60b

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#0bb686
#310bb6
#b60b3b
#90b60b

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #0bb686

#000000
#02261c
#05563f
#088663
#0bb686
#0ee6a9
#34f3bd
#64f6cd
#94f9dc

Tints of #0bb686 Color

#0bb686
#26be93
#41c6a0
#5cceae
#77d6bb
#92dec9
#ade6d6
#c8eee4
#e3f6f1
#ffffff

Shades of #0bb686 color code

Generate more color scales with scales (color stack) generator.

#0bb686
#09a177
#088d68
#077959
#06654a
#04503b
#033c2c
#02281d
#01140e
#000000

Tones

#0bb686
#1ea37e
#328f75
#457c6d
#586964

Tones

Similar Color like #0bb686 color

Find visually similar hex color codes nearing to #0bb686 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#0cb787
#0db888
#0eb989
#0fba8a
#10bb8b
#11bc8c
#12bd8d
#13be8e
#14bf8f
#15c090
#16c191
#17c292
#18c393
#19c494
#0ab585
#09b484
#08b383
#07b282
#06b181
#05b080
#04af7f
#03ae7e
#02ad7d
#01ac7c
#00ab7b
#00aa7a
#00a979
#00a878

Download this Dark Green

Hex #0bb686 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#0bb686 Color Code Preview on Black Background Color

This is how #0bb686 Color will look on black background color. Color contrast ratio is 8.05

#0bb686 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#0bb686">Your Example Paragraph content text in with font color #0bb686 </p>

Your Example Paragraph content text in with font color #0bb686

HTML with inline CSS

<div style="color:#0bb686">Your Paragraph text in with font color #0bb686 </div>

Your Example Paragraph content text in with font color #0bb686

#0bb686 color code is use for CSS Background Color

Background color for the above div is #0bb686

HTML with inline CSS

<div style="background-color:#0bb686;"></div>

#0bb686 color code is use for CSS Border Color

CSS Border color for the above div is #0bb686

HTML with inline CSS

<div style="border:5px solid #0bb686;"></div>

CSS Border Left color for the above div is #0bb686

HTML with inline CSS

<div style="border-left:5px solid #0bb686;"></div>

CSS Border Right color for the above div is #0bb686

HTML with inline CSS

<div style="border-right:5px solid #0bb686;"></div>

CSS Border Bottom color for the above div is #0bb686

HTML with inline CSS

<div style="border-bottom:5px solid #0bb686;"></div>

CSS Border Top color for the above div is #0bb686

HTML with inline CSS

<div style="border-top:5px solid #0bb686;"></div>

#0bb686 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#0bb686; } .examplecolorclass {color:#0bb686; } .examplebordercolor {border:3px solid #0bb686; }

#0bb686 Color code Preview on White Background

This is how #0bb686 Color code will look on white background color. Color contrast ratio is 2.61

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #0bb686; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #0bb686; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(11,182,134,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(182,11,59,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(11,182,134,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }