COLOR #0CAE6E

HEX: #0CAE6E
RGB: (12,174,110)

Color info

#0CAE6E contains mainly green color. Web safe color of #0CAE6E is #009966 (or #096).

RGB color model

#0CAE6E color RGB value is (12,174,110).

  • red value is 12;
  • green value is 174;
  • blue value is 110.
RGB:
(12,174,110)
(5%,68%,43%)

RGB channels and saturation

R 12 of 255 = 5%
G 174 of 255 = 68%
B 110 of 255 = 43%

12
174
110

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

Portions of RGB colors in percentages

R + G + B =
12 + 174 + 110 = 296 (100%)
R 12 of 296 ~ 4.05%
G 174 of 296 ~ 58.78%
B 110 of 296 ~ 37.16%

%58.78
%37.16

CMYK color model

#0CAE6E color CMYK value is (93,0,37,32).

  • cyan value is 93.10%
  • magenta value is 0.00%
  • yellow value is 36.78%
  • key color value is 31.76%
CMYK:
(93,0,37,32)
C93M0Y37K32 
(93%,0%,37%,32%)
(0.93/0.00/0.37/0.32)	

CMYK percentages

%93.1
%0
%36.78
%31.76

Codes

Color #0CAE6E in popluar color models

0CAE6E
RGB12174110
HSL156°87.10%36.47%
HSB/HSV156°93.10%68.24%
CMYK93.10%0.00%36.78%
31.76%

Color #0CAE6E in popluar number systems.

HEX0CAE6E
Decimal12174110
Binary1100101011101101110
Octal14256156

Shades and tints

Shades of #0CAE6E

#0CAE6E
(12,174,110)
#0B9F64
(11,159,100)
#0A905A
(10,144,90)
#098150
(9,129,80)
#087246
(8,114,70)
#07633C
(7,99,60)
#065432
(6,84,50)
#054528
(5,69,40)
#04361E
(4,54,30)
#032714
(3,39,20)
#02180A
(2,24,10)
#000000
(0,0,0)

Tints of #0CAE6E

#0CAE6E
(12,174,110)
#22B57B
(34,181,123)
#38BC88
(56,188,136)
#4EC395
(78,195,149)
#64CAA2
(100,202,162)
#7AD1AF
(122,209,175)
#90D8BC
(144,216,188)
#A6DFC9
(166,223,201)
#BCE6D6
(188,230,214)
#D2EDE3
(210,237,227)
#E8F4F0
(232,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CAE6E color. Also use rgb(12,174,110) instead hex code.

Text Font Color

.myTextColor { color: #0CAE6E; }

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

This text font color is #0CAE6E.


Background Color

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

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

This div background color is #0CAE6E.


Border color

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

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

This div border color is #0CAE6E.


Opacity

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

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

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

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

This text has shadow with #0CAE6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CAE6E on black background.


Color preview on white background

This text has color #0CAE6E on white background.



Black color preview on #0CAE6E background

This text has black color on #0CAE6E background.


White color preview on #0CAE6E background

This text has white color on #0CAE6E background.