COLOR #5EE2B4

HEX: #5EE2B4 RGB: (94,226,180)

Color info

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

RGB color model

#5EE2B4 color RGB value is (94,226,180).

RGB: (94,226,180) (37%, 89%, 71%)

RGB channels and saturation

R 94 of 255 = 37%
G 226 of 255 = 89%
B 180 of 255 = 71%

94
226
180

R + G + B ~ 66%. #5EE2B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 94 + 226 + 180 = 500 (100%)
R 94 of 500 ~ 18.8%
G 226 of 500 ~ 45.2%
B 180 of 500 ~ 36'%

%18.8
%45.2
%36

CMYK color model

#5EE2B4 color CMYK value is (58,0,20,11).

  • cyan value is 58.41%
  • magenta value is 0.00%
  • yellow value is 20.35%
  • key color value is 11.37%

CMYK: (58,0,20,11)
C58M0Y20K11 (58%, 0%, 20%, 11%)
(0.58 / 0.00 / 0.20 / 0.11)

CMYK percentages

%58.41
%0
%20.35
%11.37

Codes

Color #5EE2B4 in popluar color models

5E E2 B4
RGB 94 226 180
HSL 159° 69.47% 62.75%
HSB/HSV 159° 58.41% 88.63%
CMYK 58.41% 0.00% 20.35%
11.37%

Color #5EE2B4 in popluar number systems.

HEX 5E E2 B4
Decimal 94 226 180
Binary 1011110 11100010 10110100
Octal 136 342 264

Shades and tints

Shades of #5EE2B4

#5EE2B4
(94,226,180)
#56CEA4
(86,206,164)
#4EBA94
(78,186,148)
#46A684
(70,166,132)
#3E9274
(62,146,116)
#367E64
(54,126,100)
#2E6A54
(46,106,84)
#265644
(38,86,68)
#1E4234
(30,66,52)
#162E24
(22,46,36)
#0E1A14
(14,26,20)
#000000
(0,0,0)

Tints of #5EE2B4

#5EE2B4
(94,226,180)
#6CE4BA
(108,228,186)
#7AE6C0
(122,230,192)
#88E8C6
(136,232,198)
#96EACC
(150,234,204)
#A4ECD2
(164,236,210)
#B2EED8
(178,238,216)
#C0F0DE
(192,240,222)
#CEF2E4
(206,242,228)
#DCF4EA
(220,244,234)
#EAF6F0
(234,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EE2B4 color. Also use rgb(94,226,180) instead hex code.

Text Font Color

.myTextColor { color: #5EE2B4; }

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

This text font color is #5EE2B4.

Background Color

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

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

This div background color is #5EE2B4.

Border color

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

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

This div border color is #5EE2B4.

Opacity

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

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

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

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

This text has shadow with #5EE2B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EE2B4.

Preview

Color preview on black background

This text has color #5EE2B4 on black background.


Color preview on white background

This text has color #5EE2B4 on white background.


Black color preview on #5EE2B4 background

This text has black color on #5EE2B4 background.


White color preview on #5EE2B4 background

This text has white color on #5EE2B4 background.


Related colors

Complementary color

Complementary color for #hex is #A11D4B.


I love getcolorcode.com

Triadic colors

1 #B45EE2 and #E2B45E with #5EE2B4 are triadic colors.

2 #B4E25E and #E25EB4 with #5EE2B4 are triadic colors.