COLOR #0CB687

HEX: #0CB687
RGB: (12,182,135)

Color info

#0CB687 contains mainly green and blue colors. Web safe color of #0CB687 is #00CC99 (or #0C9).

RGB color model

#0CB687 color RGB value is (12,182,135).

  • red value is 12;
  • green value is 182;
  • blue value is 135.
RGB:
(12,182,135)
(5%,71%,53%)

RGB channels and saturation

R 12 of 255 = 5%
G 182 of 255 = 71%
B 135 of 255 = 53%

12
182
135

R + G + B ~ 43%. #0CB687 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
12 + 182 + 135 = 329 (100%)
R 12 of 329 ~ 3.65%
G 182 of 329 ~ 55.32%
B 135 of 329 ~ 41.03%

%55.32
%41.03

CMYK color model

#0CB687 color CMYK value is (93,0,26,29).

  • cyan value is 93.41%
  • magenta value is 0.00%
  • yellow value is 25.82%
  • key color value is 28.63%
CMYK:
(93,0,26,29)
C93M0Y26K29 
(93%,0%,26%,29%)
(0.93/0.00/0.26/0.29)	

CMYK percentages

%93.41
%0
%25.82
%28.63

Codes

Color #0CB687 in popluar color models

0CB687
RGB12182135
HSL163°87.63%38.04%
HSB/HSV163°93.41%71.37%
CMYK93.41%0.00%25.82%
28.63%

Color #0CB687 in popluar number systems.

HEX0CB687
Decimal12182135
Binary11001011011010000111
Octal14266207

Shades and tints

Shades of #0CB687

#0CB687
(12,182,135)
#0BA67B
(11,166,123)
#0A966F
(10,150,111)
#098663
(9,134,99)
#087657
(8,118,87)
#07664B
(7,102,75)
#06563F
(6,86,63)
#054633
(5,70,51)
#043627
(4,54,39)
#03261B
(3,38,27)
#02160F
(2,22,15)
#000000
(0,0,0)

Tints of #0CB687

#0CB687
(12,182,135)
#22BC91
(34,188,145)
#38C29B
(56,194,155)
#4EC8A5
(78,200,165)
#64CEAF
(100,206,175)
#7AD4B9
(122,212,185)
#90DAC3
(144,218,195)
#A6E0CD
(166,224,205)
#BCE6D7
(188,230,215)
#D2ECE1
(210,236,225)
#E8F2EB
(232,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CB687 color. Also use rgb(12,182,135) instead hex code.

Text Font Color

.myTextColor { color: #0CB687; }

<p style="color:#0CB687">This sample text font color is #0CB687.</p>

This text font color is #0CB687.


Background Color

.myBgColor { background-color: #0CB687; }

<div style="background-color:#0CB687">Inner text</div>

This div background color is #0CB687.


Border color

.myBorderColor { border: 1px solid #0CB687; }

<div style="border:3px solid #0CB687">Div</div>

This div border color is #0CB687.


Opacity

.myOpacity80 { color: #0CB687; opacity: 0.8; }

<p style="color:#0CB687;opacity:0.8;">80%</p>

Text with #0CB687 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0CB687;}

<p style="text-shadow: 3px 3px 1px #0CB687">Text here.</p>

This text has shadow with #0CB687 color.

.textShadow {text-shadow: 3px 3px 1px #0CB687, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0CB687, 5px 5px 20px red">Text here.</p>

This text has shadow with #0CB687 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0CB687, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0CB687, Direction=45, Strength=4)">Text</p>

This text has shadow with #0CB687 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0CB687;
  -webkit-box-shadow:	1px 1px 3px 2px #0CB687;
  box-shadow:		1px 1px 3px 2px #0CB687;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0CB687;
-webkit-box-shadow: 1px 1px 3px 2px #0CB687;
box-shadow:1px 1px 3px 2px #0CB687;">
Div content here</div>
This div box has shadow with color #0CB687.

Preview

Color preview on black background

This text has color #0CB687 on black background.


Color preview on white background

This text has color #0CB687 on white background.



Black color preview on #0CB687 background

This text has black color on #0CB687 background.


White color preview on #0CB687 background

This text has white color on #0CB687 background.