COLOR #0CEAB7

HEX: #0CEAB7
RGB: (12,234,183)

Color info

#0CEAB7 contains mainly green and blue colors. Web safe color of #0CEAB7 is #00FFCC (or #0FC).

RGB color model

#0CEAB7 color RGB value is (12,234,183).

  • red value is 12;
  • green value is 234;
  • blue value is 183.
RGB:
(12,234,183)
(5%,92%,72%)

RGB channels and saturation

R 12 of 255 = 5%
G 234 of 255 = 92%
B 183 of 255 = 72%

12
234
183

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

Portions of RGB colors in percentages

R + G + B =
12 + 234 + 183 = 429 (100%)
R 12 of 429 ~ 2.8%
G 234 of 429 ~ 54.55%
B 183 of 429 ~ 42.66%

%54.55
%42.66

CMYK color model

#0CEAB7 color CMYK value is (95,0,22,8).

  • cyan value is 94.87%
  • magenta value is 0.00%
  • yellow value is 21.79%
  • key color value is 8.24%
CMYK:
(95,0,22,8)
C95M0Y22K8 
(95%,0%,22%,8%)
(0.95/0.00/0.22/0.08)	

CMYK percentages

%94.87
%0
%21.79
%8.24

Codes

Color #0CEAB7 in popluar color models

0CEAB7
RGB12234183
HSL166°90.24%48.24%
HSB/HSV166°94.87%91.76%
CMYK94.87%0.00%21.79%
8.24%

Color #0CEAB7 in popluar number systems.

HEX0CEAB7
Decimal12234183
Binary11001110101010110111
Octal14352267

Shades and tints

Shades of #0CEAB7

#0CEAB7
(12,234,183)
#0BD5A7
(11,213,167)
#0AC097
(10,192,151)
#09AB87
(9,171,135)
#089677
(8,150,119)
#078167
(7,129,103)
#066C57
(6,108,87)
#055747
(5,87,71)
#044237
(4,66,55)
#032D27
(3,45,39)
#021817
(2,24,23)
#000000
(0,0,0)

Tints of #0CEAB7

#0CEAB7
(12,234,183)
#22EBBD
(34,235,189)
#38ECC3
(56,236,195)
#4EEDC9
(78,237,201)
#64EECF
(100,238,207)
#7AEFD5
(122,239,213)
#90F0DB
(144,240,219)
#A6F1E1
(166,241,225)
#BCF2E7
(188,242,231)
#D2F3ED
(210,243,237)
#E8F4F3
(232,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CEAB7 color. Also use rgb(12,234,183) instead hex code.

Text Font Color

.myTextColor { color: #0CEAB7; }

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

This text font color is #0CEAB7.


Background Color

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

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

This div background color is #0CEAB7.


Border color

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

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

This div border color is #0CEAB7.


Opacity

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

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

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

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

This text has shadow with #0CEAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CEAB7 on black background.


Color preview on white background

This text has color #0CEAB7 on white background.



Black color preview on #0CEAB7 background

This text has black color on #0CEAB7 background.


White color preview on #0CEAB7 background

This text has white color on #0CEAB7 background.