COLOR #0C889A

HEX: #0C889A
RGB: (12,136,154)

Color info

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

RGB color model

#0C889A color RGB value is (12,136,154).

  • red value is 12;
  • green value is 136;
  • blue value is 154.
RGB:
(12,136,154)
(5%,53%,60%)

RGB channels and saturation

R 12 of 255 = 5%
G 136 of 255 = 53%
B 154 of 255 = 60%

12
136
154

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

Portions of RGB colors in percentages

R + G + B =
12 + 136 + 154 = 302 (100%)
R 12 of 302 ~ 3.97%
G 136 of 302 ~ 45.03%
B 154 of 302 ~ 50.99%

%45.03
%50.99

CMYK color model

#0C889A color CMYK value is (92,12,0,40).

  • cyan value is 92.21%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(92,12,0,40)
C92M12Y0K40 
(92%,12%,0%,40%)
(0.92/0.12/0.00/0.40)	

CMYK percentages

%92.21
%11.69
%0
%39.61

Codes

Color #0C889A in popluar color models

0C889A
RGB12136154
HSL188°85.54%32.55%
HSB/HSV188°92.21%60.39%
CMYK92.21%11.69%0.00%
39.61%

Color #0C889A in popluar number systems.

HEX0C889A
Decimal12136154
Binary11001000100010011010
Octal14210232

Shades and tints

Shades of #0C889A

#0C889A
(12,136,154)
#0B7C8C
(11,124,140)
#0A707E
(10,112,126)
#096470
(9,100,112)
#085862
(8,88,98)
#074C54
(7,76,84)
#064046
(6,64,70)
#053438
(5,52,56)
#04282A
(4,40,42)
#031C1C
(3,28,28)
#02100E
(2,16,14)
#000000
(0,0,0)

Tints of #0C889A

#0C889A
(12,136,154)
#2292A3
(34,146,163)
#389CAC
(56,156,172)
#4EA6B5
(78,166,181)
#64B0BE
(100,176,190)
#7ABAC7
(122,186,199)
#90C4D0
(144,196,208)
#A6CED9
(166,206,217)
#BCD8E2
(188,216,226)
#D2E2EB
(210,226,235)
#E8ECF4
(232,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C889A color. Also use rgb(12,136,154) instead hex code.

Text Font Color

.myTextColor { color: #0C889A; }

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

This text font color is #0C889A.


Background Color

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

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

This div background color is #0C889A.


Border color

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

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

This div border color is #0C889A.


Opacity

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

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

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

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

This text has shadow with #0C889A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C889A on black background.


Color preview on white background

This text has color #0C889A on white background.



Black color preview on #0C889A background

This text has black color on #0C889A background.


White color preview on #0C889A background

This text has white color on #0C889A background.