COLOR #5EE4A8

HEX: #5EE4A8
RGB: (94,228,168)

Color info

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

RGB color model

#5EE4A8 color RGB value is (94,228,168).

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

RGB channels and saturation

R 94 of 255 = 37%
G 228 of 255 = 89%
B 168 of 255 = 66%

94
228
168

R + G + B ~ 64%. #5EE4A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
94 + 228 + 168 = 490 (100%)
R 94 of 490 ~ 19.18%
G 228 of 490 ~ 46.53%
B 168 of 490 ~ 34.29%

%19.18
%46.53
%34.29

CMYK color model

#5EE4A8 color CMYK value is (59,0,26,11).

  • cyan value is 58.77%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 10.59%
CMYK:
(59,0,26,11)
C59M0Y26K11 
(59%,0%,26%,11%)
(0.59/0.00/0.26/0.11)	

CMYK percentages

%58.77
%0
%26.32
%10.59

Codes

Color #5EE4A8 in popluar color models

5EE4A8
RGB94228168
HSL153°71.28%63.14%
HSB/HSV153°58.77%89.41%
CMYK58.77%0.00%26.32%
10.59%

Color #5EE4A8 in popluar number systems.

HEX5EE4A8
Decimal94228168
Binary10111101110010010101000
Octal136344250

Shades and tints

Shades of #5EE4A8

#5EE4A8
(94,228,168)
#56D099
(86,208,153)
#4EBC8A
(78,188,138)
#46A87B
(70,168,123)
#3E946C
(62,148,108)
#36805D
(54,128,93)
#2E6C4E
(46,108,78)
#26583F
(38,88,63)
#1E4430
(30,68,48)
#163021
(22,48,33)
#0E1C12
(14,28,18)
#000000
(0,0,0)

Tints of #5EE4A8

#5EE4A8
(94,228,168)
#6CE6AF
(108,230,175)
#7AE8B6
(122,232,182)
#88EABD
(136,234,189)
#96ECC4
(150,236,196)
#A4EECB
(164,238,203)
#B2F0D2
(178,240,210)
#C0F2D9
(192,242,217)
#CEF4E0
(206,244,224)
#DCF6E7
(220,246,231)
#EAF8EE
(234,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EE4A8; }

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

This text font color is #5EE4A8.


Background Color

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

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

This div background color is #5EE4A8.


Border color

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

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

This div border color is #5EE4A8.


Opacity

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

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

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

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

This text has shadow with #5EE4A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EE4A8 on black background.


Color preview on white background

This text has color #5EE4A8 on white background.



Black color preview on #5EE4A8 background

This text has black color on #5EE4A8 background.


White color preview on #5EE4A8 background

This text has white color on #5EE4A8 background.