COLOR #0CE4B6

HEX: #0CE4B6
RGB: (12,228,182)

Color info

#0CE4B6 contains mainly green and blue colors. Web safe color of #0CE4B6 is #00CCCC (or #0CC).

RGB color model

#0CE4B6 color RGB value is (12,228,182).

  • red value is 12;
  • green value is 228;
  • blue value is 182.
RGB:
(12,228,182)
(5%,89%,71%)

RGB channels and saturation

R 12 of 255 = 5%
G 228 of 255 = 89%
B 182 of 255 = 71%

12
228
182

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

Portions of RGB colors in percentages

R + G + B =
12 + 228 + 182 = 422 (100%)
R 12 of 422 ~ 2.84%
G 228 of 422 ~ 54.03%
B 182 of 422 ~ 43.13%

%54.03
%43.13

CMYK color model

#0CE4B6 color CMYK value is (95,0,20,11).

  • cyan value is 94.74%
  • magenta value is 0.00%
  • yellow value is 20.18%
  • key color value is 10.59%
CMYK:
(95,0,20,11)
C95M0Y20K11 
(95%,0%,20%,11%)
(0.95/0.00/0.20/0.11)	

CMYK percentages

%94.74
%0
%20.18
%10.59

Codes

Color #0CE4B6 in popluar color models

0CE4B6
RGB12228182
HSL167°90.00%47.06%
HSB/HSV167°94.74%89.41%
CMYK94.74%0.00%20.18%
10.59%

Color #0CE4B6 in popluar number systems.

HEX0CE4B6
Decimal12228182
Binary11001110010010110110
Octal14344266

Shades and tints

Shades of #0CE4B6

#0CE4B6
(12,228,182)
#0BD0A6
(11,208,166)
#0ABC96
(10,188,150)
#09A886
(9,168,134)
#089476
(8,148,118)
#078066
(7,128,102)
#066C56
(6,108,86)
#055846
(5,88,70)
#044436
(4,68,54)
#033026
(3,48,38)
#021C16
(2,28,22)
#000000
(0,0,0)

Tints of #0CE4B6

#0CE4B6
(12,228,182)
#22E6BC
(34,230,188)
#38E8C2
(56,232,194)
#4EEAC8
(78,234,200)
#64ECCE
(100,236,206)
#7AEED4
(122,238,212)
#90F0DA
(144,240,218)
#A6F2E0
(166,242,224)
#BCF4E6
(188,244,230)
#D2F6EC
(210,246,236)
#E8F8F2
(232,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CE4B6 color. Also use rgb(12,228,182) instead hex code.

Text Font Color

.myTextColor { color: #0CE4B6; }

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

This text font color is #0CE4B6.


Background Color

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

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

This div background color is #0CE4B6.


Border color

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

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

This div border color is #0CE4B6.


Opacity

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

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

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

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

This text has shadow with #0CE4B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CE4B6 on black background.


Color preview on white background

This text has color #0CE4B6 on white background.



Black color preview on #0CE4B6 background

This text has black color on #0CE4B6 background.


White color preview on #0CE4B6 background

This text has white color on #0CE4B6 background.