COLOR #0ED6B1

HEX: #0ED6B1 RGB: (14,214,177)

Color info

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

RGB color model

#0ED6B1 color RGB value is (14,214,177).

RGB: (14,214,177) (5%, 84%, 69%)

RGB channels and saturation

R 14 of 255 = 5%
G 214 of 255 = 84%
B 177 of 255 = 69%

14
214
177

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

Portions of RGB colors in percentages

R + G + B = 14 + 214 + 177 = 405 (100%)
R 14 of 405 ~ 3.46%
G 214 of 405 ~ 52.84%
B 177 of 405 ~ 43.7'%

%52.84
%43.7

CMYK color model

#0ED6B1 color CMYK value is (93,0,17,16).

  • cyan value is 93.46%
  • magenta value is 0.00%
  • yellow value is 17.29%
  • key color value is 16.08%

CMYK: (93,0,17,16)
C93M0Y17K16 (93%, 0%, 17%, 16%)
(0.93 / 0.00 / 0.17 / 0.16)

CMYK percentages

%93.46
%0
%17.29
%16.08

Codes

Color #0ED6B1 in popluar color models

0E D6 B1
RGB 14 214 177
HSL 169° 87.72% 44.71%
HSB/HSV 169° 93.46% 83.92%
CMYK 93.46% 0.00% 17.29%
16.08%

Color #0ED6B1 in popluar number systems.

HEX 0E D6 B1
Decimal 14 214 177
Binary 1110 11010110 10110001
Octal 16 326 261

Shades and tints

Shades of #0ED6B1

#0ED6B1
(14,214,177)
#0DC3A1
(13,195,161)
#0CB091
(12,176,145)
#0B9D81
(11,157,129)
#0A8A71
(10,138,113)
#097761
(9,119,97)
#086451
(8,100,81)
#075141
(7,81,65)
#063E31
(6,62,49)
#052B21
(5,43,33)
#041811
(4,24,17)
#000000
(0,0,0)

Tints of #0ED6B1

#0ED6B1
(14,214,177)
#23D9B8
(35,217,184)
#38DCBF
(56,220,191)
#4DDFC6
(77,223,198)
#62E2CD
(98,226,205)
#77E5D4
(119,229,212)
#8CE8DB
(140,232,219)
#A1EBE2
(161,235,226)
#B6EEE9
(182,238,233)
#CBF1F0
(203,241,240)
#E0F4F7
(224,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0ED6B1 color. Also use rgb(14,214,177) instead hex code.

Text Font Color

.myTextColor { color: #0ED6B1; }

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

This text font color is #0ED6B1.

Background Color

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

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

This div background color is #0ED6B1.

Border color

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

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

This div border color is #0ED6B1.

Opacity

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

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

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

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

This text has shadow with #0ED6B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0ED6B1.

Preview

Color preview on black background

This text has color #0ED6B1 on black background.


Color preview on white background

This text has color #0ED6B1 on white background.


Black color preview on #0ED6B1 background

This text has black color on #0ED6B1 background.


White color preview on #0ED6B1 background

This text has white color on #0ED6B1 background.


Related colors

Complementary color

Complementary color for #hex is #F1294E.


I love getcolorcode.com

Triadic colors

1 #B10ED6 and #D6B10E with #0ED6B1 are triadic colors.

2 #B1D60E and #D60EB1 with #0ED6B1 are triadic colors.