COLOR #5EAD83

HEX: #5EAD83
RGB: (94,173,131)

Color info

#5EAD83 contains mainly green and blue colors. Web safe color of #5EAD83 is #669999 (or #699).

RGB color model

#5EAD83 color RGB value is (94,173,131).

  • red value is 94;
  • green value is 173;
  • blue value is 131.
RGB:
(94,173,131)
(37%,68%,51%)

RGB channels and saturation

R 94 of 255 = 37%
G 173 of 255 = 68%
B 131 of 255 = 51%

94
173
131

R + G + B ~ 52%. #5EAD83 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 173 + 131 = 398 (100%)
R 94 of 398 ~ 23.62%
G 173 of 398 ~ 43.47%
B 131 of 398 ~ 32.91%

%23.62
%43.47
%32.91

CMYK color model

#5EAD83 color CMYK value is (46,0,24,32).

  • cyan value is 45.66%
  • magenta value is 0.00%
  • yellow value is 24.28%
  • key color value is 32.16%
CMYK:
(46,0,24,32)
C46M0Y24K32 
(46%,0%,24%,32%)
(0.46/0.00/0.24/0.32)	

CMYK percentages

%45.66
%0
%24.28
%32.16

Codes

Color #5EAD83 in popluar color models

5EAD83
RGB94173131
HSL148°32.51%52.35%
HSB/HSV148°45.66%67.84%
CMYK45.66%0.00%24.28%
32.16%

Color #5EAD83 in popluar number systems.

HEX5EAD83
Decimal94173131
Binary10111101010110110000011
Octal136255203

Shades and tints

Shades of #5EAD83

#5EAD83
(94,173,131)
#569E78
(86,158,120)
#4E8F6D
(78,143,109)
#468062
(70,128,98)
#3E7157
(62,113,87)
#36624C
(54,98,76)
#2E5341
(46,83,65)
#264436
(38,68,54)
#1E352B
(30,53,43)
#162620
(22,38,32)
#0E1715
(14,23,21)
#000000
(0,0,0)

Tints of #5EAD83

#5EAD83
(94,173,131)
#6CB48E
(108,180,142)
#7ABB99
(122,187,153)
#88C2A4
(136,194,164)
#96C9AF
(150,201,175)
#A4D0BA
(164,208,186)
#B2D7C5
(178,215,197)
#C0DED0
(192,222,208)
#CEE5DB
(206,229,219)
#DCECE6
(220,236,230)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EAD83 color. Also use rgb(94,173,131) instead hex code.

Text Font Color

.myTextColor { color: #5EAD83; }

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

This text font color is #5EAD83.


Background Color

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

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

This div background color is #5EAD83.


Border color

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

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

This div border color is #5EAD83.


Opacity

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

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

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

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

This text has shadow with #5EAD83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EAD83 on black background.


Color preview on white background

This text has color #5EAD83 on white background.



Black color preview on #5EAD83 background

This text has black color on #5EAD83 background.


White color preview on #5EAD83 background

This text has white color on #5EAD83 background.