COLOR #0C859B

HEX: #0C859B
RGB: (12,133,155)

Color info

#0C859B contains mainly green and blue colors. Web safe color of #0C859B is #009999 (or #099).

RGB color model

#0C859B color RGB value is (12,133,155).

  • red value is 12;
  • green value is 133;
  • blue value is 155.
RGB:
(12,133,155)
(5%,52%,61%)

RGB channels and saturation

R 12 of 255 = 5%
G 133 of 255 = 52%
B 155 of 255 = 61%

12
133
155

R + G + B ~ 39%. #0C859B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 133 + 155 = 300 (100%)
R 12 of 300 ~ 4%
G 133 of 300 ~ 44.33%
B 155 of 300 ~ 51.67%

%44.33
%51.67

CMYK color model

#0C859B color CMYK value is (92,14,0,39).

  • cyan value is 92.26%
  • magenta value is 14.19%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(92,14,0,39)
C92M14Y0K39 
(92%,14%,0%,39%)
(0.92/0.14/0.00/0.39)	

CMYK percentages

%92.26
%14.19
%0
%39.22

Codes

Color #0C859B in popluar color models

0C859B
RGB12133155
HSL189°85.63%32.75%
HSB/HSV189°92.26%60.78%
CMYK92.26%14.19%0.00%
39.22%

Color #0C859B in popluar number systems.

HEX0C859B
Decimal12133155
Binary11001000010110011011
Octal14205233

Shades and tints

Shades of #0C859B

#0C859B
(12,133,155)
#0B798D
(11,121,141)
#0A6D7F
(10,109,127)
#096171
(9,97,113)
#085563
(8,85,99)
#074955
(7,73,85)
#063D47
(6,61,71)
#053139
(5,49,57)
#04252B
(4,37,43)
#03191D
(3,25,29)
#020D0F
(2,13,15)
#000000
(0,0,0)

Tints of #0C859B

#0C859B
(12,133,155)
#2290A4
(34,144,164)
#389BAD
(56,155,173)
#4EA6B6
(78,166,182)
#64B1BF
(100,177,191)
#7ABCC8
(122,188,200)
#90C7D1
(144,199,209)
#A6D2DA
(166,210,218)
#BCDDE3
(188,221,227)
#D2E8EC
(210,232,236)
#E8F3F5
(232,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C859B color. Also use rgb(12,133,155) instead hex code.

Text Font Color

.myTextColor { color: #0C859B; }

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

This text font color is #0C859B.


Background Color

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

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

This div background color is #0C859B.


Border color

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

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

This div border color is #0C859B.


Opacity

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

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

Text with #0C859B 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 #0C859B;}

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

This text has shadow with #0C859B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C859B on black background.


Color preview on white background

This text has color #0C859B on white background.



Black color preview on #0C859B background

This text has black color on #0C859B background.


White color preview on #0C859B background

This text has white color on #0C859B background.