COLOR #0EE4B2

HEX: #0EE4B2
RGB: (14,228,178)

Color info

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

RGB color model

#0EE4B2 color RGB value is (14,228,178).

  • red value is 14;
  • green value is 228;
  • blue value is 178.
RGB:
(14,228,178)
(5%,89%,70%)

RGB channels and saturation

R 14 of 255 = 5%
G 228 of 255 = 89%
B 178 of 255 = 70%

14
228
178

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

Portions of RGB colors in percentages

R + G + B =
14 + 228 + 178 = 420 (100%)
R 14 of 420 ~ 3.33%
G 228 of 420 ~ 54.29%
B 178 of 420 ~ 42.38%

%54.29
%42.38

CMYK color model

#0EE4B2 color CMYK value is (94,0,22,11).

  • cyan value is 93.86%
  • magenta value is 0.00%
  • yellow value is 21.93%
  • key color value is 10.59%
CMYK:
(94,0,22,11)
C94M0Y22K11 
(94%,0%,22%,11%)
(0.94/0.00/0.22/0.11)	

CMYK percentages

%93.86
%0
%21.93
%10.59

Codes

Color #0EE4B2 in popluar color models

0EE4B2
RGB14228178
HSL166°88.43%47.45%
HSB/HSV166°93.86%89.41%
CMYK93.86%0.00%21.93%
10.59%

Color #0EE4B2 in popluar number systems.

HEX0EE4B2
Decimal14228178
Binary11101110010010110010
Octal16344262

Shades and tints

Shades of #0EE4B2

#0EE4B2
(14,228,178)
#0DD0A2
(13,208,162)
#0CBC92
(12,188,146)
#0BA882
(11,168,130)
#0A9472
(10,148,114)
#098062
(9,128,98)
#086C52
(8,108,82)
#075842
(7,88,66)
#064432
(6,68,50)
#053022
(5,48,34)
#041C12
(4,28,18)
#000000
(0,0,0)

Tints of #0EE4B2

#0EE4B2
(14,228,178)
#23E6B9
(35,230,185)
#38E8C0
(56,232,192)
#4DEAC7
(77,234,199)
#62ECCE
(98,236,206)
#77EED5
(119,238,213)
#8CF0DC
(140,240,220)
#A1F2E3
(161,242,227)
#B6F4EA
(182,244,234)
#CBF6F1
(203,246,241)
#E0F8F8
(224,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EE4B2 color. Also use rgb(14,228,178) instead hex code.

Text Font Color

.myTextColor { color: #0EE4B2; }

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

This text font color is #0EE4B2.


Background Color

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

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

This div background color is #0EE4B2.


Border color

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

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

This div border color is #0EE4B2.


Opacity

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

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

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

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

This text has shadow with #0EE4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EE4B2 on black background.


Color preview on white background

This text has color #0EE4B2 on white background.



Black color preview on #0EE4B2 background

This text has black color on #0EE4B2 background.


White color preview on #0EE4B2 background

This text has white color on #0EE4B2 background.