COLOR #5ED9B9

HEX: #5ED9B9
RGB: (94,217,185)

Color info

#5ED9B9 contains mainly green and blue colors. Web safe color of #5ED9B9 is #66CCCC (or #6CC).

RGB color model

#5ED9B9 color RGB value is (94,217,185).

  • red value is 94;
  • green value is 217;
  • blue value is 185.
RGB:
(94,217,185)
(37%,85%,73%)

RGB channels and saturation

R 94 of 255 = 37%
G 217 of 255 = 85%
B 185 of 255 = 73%

94
217
185

R + G + B ~ 65%. #5ED9B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
94 + 217 + 185 = 496 (100%)
R 94 of 496 ~ 18.95%
G 217 of 496 ~ 43.75%
B 185 of 496 ~ 37.3%

%18.95
%43.75
%37.3

CMYK color model

#5ED9B9 color CMYK value is (57,0,15,15).

  • cyan value is 56.68%
  • magenta value is 0.00%
  • yellow value is 14.75%
  • key color value is 14.90%
CMYK:
(57,0,15,15)
C57M0Y15K15 
(57%,0%,15%,15%)
(0.57/0.00/0.15/0.15)	

CMYK percentages

%56.68
%0
%14.75
%14.9

Codes

Color #5ED9B9 in popluar color models

5ED9B9
RGB94217185
HSL164°61.81%60.98%
HSB/HSV164°56.68%85.10%
CMYK56.68%0.00%14.75%
14.90%

Color #5ED9B9 in popluar number systems.

HEX5ED9B9
Decimal94217185
Binary10111101101100110111001
Octal136331271

Shades and tints

Shades of #5ED9B9

#5ED9B9
(94,217,185)
#56C6A9
(86,198,169)
#4EB399
(78,179,153)
#46A089
(70,160,137)
#3E8D79
(62,141,121)
#367A69
(54,122,105)
#2E6759
(46,103,89)
#265449
(38,84,73)
#1E4139
(30,65,57)
#162E29
(22,46,41)
#0E1B19
(14,27,25)
#000000
(0,0,0)

Tints of #5ED9B9

#5ED9B9
(94,217,185)
#6CDCBF
(108,220,191)
#7ADFC5
(122,223,197)
#88E2CB
(136,226,203)
#96E5D1
(150,229,209)
#A4E8D7
(164,232,215)
#B2EBDD
(178,235,221)
#C0EEE3
(192,238,227)
#CEF1E9
(206,241,233)
#DCF4EF
(220,244,239)
#EAF7F5
(234,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ED9B9 color. Also use rgb(94,217,185) instead hex code.

Text Font Color

.myTextColor { color: #5ED9B9; }

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

This text font color is #5ED9B9.


Background Color

.myBgColor { background-color: #5ED9B9; }

<div style="background-color:#5ED9B9">Inner text</div>

This div background color is #5ED9B9.


Border color

.myBorderColor { border: 1px solid #5ED9B9; }

<div style="border:3px solid #5ED9B9">Div</div>

This div border color is #5ED9B9.


Opacity

.myOpacity80 { color: #5ED9B9; opacity: 0.8; }

<p style="color:#5ED9B9;opacity:0.8;">80%</p>

Text with #5ED9B9 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 #5ED9B9;}

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

This text has shadow with #5ED9B9 color.

.textShadow {text-shadow: 3px 3px 1px #5ED9B9, 3px 3px 1px red;}

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

This text has shadow with #5ED9B9 primary color and red secondary color.


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

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

This text has shadow with #5ED9B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ED9B9 on black background.


Color preview on white background

This text has color #5ED9B9 on white background.



Black color preview on #5ED9B9 background

This text has black color on #5ED9B9 background.


White color preview on #5ED9B9 background

This text has white color on #5ED9B9 background.