COLOR #5EE4A0

HEX: #5EE4A0
RGB: (94,228,160)

Color info

#5EE4A0 contains mainly green color. Web safe color of #5EE4A0 is #66CC99 (or #6C9).

RGB color model

#5EE4A0 color RGB value is (94,228,160).

  • red value is 94;
  • green value is 228;
  • blue value is 160.
RGB:
(94,228,160)
(37%,89%,63%)

RGB channels and saturation

R 94 of 255 = 37%
G 228 of 255 = 89%
B 160 of 255 = 63%

94
228
160

R + G + B ~ 63%. #5EE4A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
94 + 228 + 160 = 482 (100%)
R 94 of 482 ~ 19.5%
G 228 of 482 ~ 47.3%
B 160 of 482 ~ 33.2%

%19.5
%47.3
%33.2

CMYK color model

#5EE4A0 color CMYK value is (59,0,30,11).

  • cyan value is 58.77%
  • magenta value is 0.00%
  • yellow value is 29.82%
  • key color value is 10.59%
CMYK:
(59,0,30,11)
C59M0Y30K11 
(59%,0%,30%,11%)
(0.59/0.00/0.30/0.11)	

CMYK percentages

%58.77
%0
%29.82
%10.59

Codes

Color #5EE4A0 in popluar color models

5EE4A0
RGB94228160
HSL150°71.28%63.14%
HSB/HSV150°58.77%89.41%
CMYK58.77%0.00%29.82%
10.59%

Color #5EE4A0 in popluar number systems.

HEX5EE4A0
Decimal94228160
Binary10111101110010010100000
Octal136344240

Shades and tints

Shades of #5EE4A0

#5EE4A0
(94,228,160)
#56D092
(86,208,146)
#4EBC84
(78,188,132)
#46A876
(70,168,118)
#3E9468
(62,148,104)
#36805A
(54,128,90)
#2E6C4C
(46,108,76)
#26583E
(38,88,62)
#1E4430
(30,68,48)
#163022
(22,48,34)
#0E1C14
(14,28,20)
#000000
(0,0,0)

Tints of #5EE4A0

#5EE4A0
(94,228,160)
#6CE6A8
(108,230,168)
#7AE8B0
(122,232,176)
#88EAB8
(136,234,184)
#96ECC0
(150,236,192)
#A4EEC8
(164,238,200)
#B2F0D0
(178,240,208)
#C0F2D8
(192,242,216)
#CEF4E0
(206,244,224)
#DCF6E8
(220,246,232)
#EAF8F0
(234,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EE4A0 color. Also use rgb(94,228,160) instead hex code.

Text Font Color

.myTextColor { color: #5EE4A0; }

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

This text font color is #5EE4A0.


Background Color

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

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

This div background color is #5EE4A0.


Border color

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

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

This div border color is #5EE4A0.


Opacity

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

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

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

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

This text has shadow with #5EE4A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EE4A0 on black background.


Color preview on white background

This text has color #5EE4A0 on white background.



Black color preview on #5EE4A0 background

This text has black color on #5EE4A0 background.


White color preview on #5EE4A0 background

This text has white color on #5EE4A0 background.