COLOR #0CC8A9

HEX: #0CC8A9
RGB: (12,200,169)

Color info

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

RGB color model

#0CC8A9 color RGB value is (12,200,169).

  • red value is 12;
  • green value is 200;
  • blue value is 169.
RGB:
(12,200,169)
(5%,78%,66%)

RGB channels and saturation

R 12 of 255 = 5%
G 200 of 255 = 78%
B 169 of 255 = 66%

12
200
169

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

Portions of RGB colors in percentages

R + G + B =
12 + 200 + 169 = 381 (100%)
R 12 of 381 ~ 3.15%
G 200 of 381 ~ 52.49%
B 169 of 381 ~ 44.36%

%52.49
%44.36

CMYK color model

#0CC8A9 color CMYK value is (94,0,16,22).

  • cyan value is 94.00%
  • magenta value is 0.00%
  • yellow value is 15.50%
  • key color value is 21.57%
CMYK:
(94,0,16,22)
C94M0Y16K22 
(94%,0%,16%,22%)
(0.94/0.00/0.16/0.22)	

CMYK percentages

%94
%0
%15.5
%21.57

Codes

Color #0CC8A9 in popluar color models

0CC8A9
RGB12200169
HSL170°88.68%41.57%
HSB/HSV170°94.00%78.43%
CMYK94.00%0.00%15.50%
21.57%

Color #0CC8A9 in popluar number systems.

HEX0CC8A9
Decimal12200169
Binary11001100100010101001
Octal14310251

Shades and tints

Shades of #0CC8A9

#0CC8A9
(12,200,169)
#0BB69A
(11,182,154)
#0AA48B
(10,164,139)
#09927C
(9,146,124)
#08806D
(8,128,109)
#076E5E
(7,110,94)
#065C4F
(6,92,79)
#054A40
(5,74,64)
#043831
(4,56,49)
#032622
(3,38,34)
#021413
(2,20,19)
#000000
(0,0,0)

Tints of #0CC8A9

#0CC8A9
(12,200,169)
#22CDB0
(34,205,176)
#38D2B7
(56,210,183)
#4ED7BE
(78,215,190)
#64DCC5
(100,220,197)
#7AE1CC
(122,225,204)
#90E6D3
(144,230,211)
#A6EBDA
(166,235,218)
#BCF0E1
(188,240,225)
#D2F5E8
(210,245,232)
#E8FAEF
(232,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CC8A9 color. Also use rgb(12,200,169) instead hex code.

Text Font Color

.myTextColor { color: #0CC8A9; }

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

This text font color is #0CC8A9.


Background Color

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

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

This div background color is #0CC8A9.


Border color

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

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

This div border color is #0CC8A9.


Opacity

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

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

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

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

This text has shadow with #0CC8A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CC8A9 on black background.


Color preview on white background

This text has color #0CC8A9 on white background.



Black color preview on #0CC8A9 background

This text has black color on #0CC8A9 background.


White color preview on #0CC8A9 background

This text has white color on #0CC8A9 background.