COLOR #0C879A

HEX: #0C879A
RGB: (12,135,154)

Color info

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

RGB color model

#0C879A color RGB value is (12,135,154).

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

RGB channels and saturation

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

12
135
154

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

Portions of RGB colors in percentages

R + G + B =
12 + 135 + 154 = 301 (100%)
R 12 of 301 ~ 3.99%
G 135 of 301 ~ 44.85%
B 154 of 301 ~ 51.16%

%44.85
%51.16

CMYK color model

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

  • cyan value is 92.21%
  • magenta value is 12.34%
  • 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
%12.34
%0
%39.61

Codes

Color #0C879A in popluar color models

0C879A
RGB12135154
HSL188°85.54%32.55%
HSB/HSV188°92.21%60.39%
CMYK92.21%12.34%0.00%
39.61%

Color #0C879A in popluar number systems.

HEX0C879A
Decimal12135154
Binary11001000011110011010
Octal14207232

Shades and tints

Shades of #0C879A

#0C879A
(12,135,154)
#0B7B8C
(11,123,140)
#0A6F7E
(10,111,126)
#096370
(9,99,112)
#085762
(8,87,98)
#074B54
(7,75,84)
#063F46
(6,63,70)
#053338
(5,51,56)
#04272A
(4,39,42)
#031B1C
(3,27,28)
#020F0E
(2,15,14)
#000000
(0,0,0)

Tints of #0C879A

#0C879A
(12,135,154)
#2291A3
(34,145,163)
#389BAC
(56,155,172)
#4EA5B5
(78,165,181)
#64AFBE
(100,175,190)
#7AB9C7
(122,185,199)
#90C3D0
(144,195,208)
#A6CDD9
(166,205,217)
#BCD7E2
(188,215,226)
#D2E1EB
(210,225,235)
#E8EBF4
(232,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C879A; }

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

This text font color is #0C879A.


Background Color

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

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

This div background color is #0C879A.


Border color

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

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

This div border color is #0C879A.


Opacity

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

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

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

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

This text has shadow with #0C879A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C879A on black background.


Color preview on white background

This text has color #0C879A on white background.



Black color preview on #0C879A background

This text has black color on #0C879A background.


White color preview on #0C879A background

This text has white color on #0C879A background.