COLOR #5ED2A6

HEX: #5ED2A6
RGB: (94,210,166)

Color info

#5ED2A6 contains mainly green and blue colors. Web safe color of #5ED2A6 is #66CC99 (or #6C9).

RGB color model

#5ED2A6 color RGB value is (94,210,166).

  • red value is 94;
  • green value is 210;
  • blue value is 166.
RGB: (94,210,166) (37%,82%,65%)

RGB channels and saturation

R 94 of 255 = 37%
G 210 of 255 = 82%
B 166 of 255 = 65%

94
210
166

R + G + B ~ 61%. #5ED2A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
94 + 210 + 166 = 470 (100%)
R 94 of 470 ~ 20%
G 210 of 470 ~ 44.68%
B 166 of 470 ~ 35.32%

%20
%44.68
%35.32

CMYK color model

#5ED2A6 color CMYK value is (55,0,21,18).

  • cyan value is 55.24%
  • magenta value is 0.00%
  • yellow value is 20.95%
  • key color value is 17.65%
CMYK: (55,0,21,18) C55M0Y21K18 (55%,0%,21%,18%) (0.55/0.00/0.21/0.18)

CMYK percentages

%55.24
%0
%20.95
%17.65

Codes

Color #5ED2A6 in popluar color models

5ED2A6
RGB94210166
HSL157°56.31%59.61%
HSB/HSV157°55.24%82.35%
CMYK55.24%0.00%20.95%
17.65%

Color #5ED2A6 in popluar number systems.

HEX5ED2A6
Decimal94210166
Binary10111101101001010100110
Octal136322246

Shades and tints

Shades of #5ED2A6

#5ED2A6
(94,210,166)
#56BF97
(86,191,151)
#4EAC88
(78,172,136)
#469979
(70,153,121)
#3E866A
(62,134,106)
#36735B
(54,115,91)
#2E604C
(46,96,76)
#264D3D
(38,77,61)
#1E3A2E
(30,58,46)
#16271F
(22,39,31)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #5ED2A6

#5ED2A6
(94,210,166)
#6CD6AE
(108,214,174)
#7ADAB6
(122,218,182)
#88DEBE
(136,222,190)
#96E2C6
(150,226,198)
#A4E6CE
(164,230,206)
#B2EAD6
(178,234,214)
#C0EEDE
(192,238,222)
#CEF2E6
(206,242,230)
#DCF6EE
(220,246,238)
#EAFAF6
(234,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ED2A6 color. Also use rgb(94,210,166) instead hex code.

Text Font Color

.myTextColor { color: #5ED2A6; }

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

This text font color is #5ED2A6.


Background Color

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

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

This div background color is #5ED2A6.


Border color

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

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

This div border color is #5ED2A6.


Opacity

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

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

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

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

This text has shadow with #5ED2A6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5ED2A6 on black background.


Color preview on white background

This text has color #5ED2A6 on white background.



Black color preview on #5ED2A6 background

This text has black color on #5ED2A6 background.


White color preview on #5ED2A6 background

This text has white color on #5ED2A6 background.