COLOR #5EAD7E

HEX: #5EAD7E RGB: (94,173,126)

Color info

#5EAD7E contains mainly green and blue colors. Web safe color of #5EAD7E is #669966 (or #696).

RGB color model

#5EAD7E color RGB value is (94,173,126).

RGB: (94,173,126) (37%, 68%, 49%)

RGB channels and saturation

R 94 of 255 = 37%
G 173 of 255 = 68%
B 126 of 255 = 49%

94
173
126

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

Portions of RGB colors in percentages

R + G + B = 94 + 173 + 126 = 393 (100%)
R 94 of 393 ~ 23.92%
G 173 of 393 ~ 44.02%
B 126 of 393 ~ 32.06'%

%23.92
%44.02
%32.06

CMYK color model

#5EAD7E color CMYK value is (46,0,27,32).

  • cyan value is 45.66%
  • magenta value is 0.00%
  • yellow value is 27.17%
  • key color value is 32.16%

CMYK: (46,0,27,32)
C46M0Y27K32 (46%, 0%, 27%, 32%)
(0.46 / 0.00 / 0.27 / 0.32)

CMYK percentages

%45.66
%0
%27.17
%32.16

Codes

Color #5EAD7E in popluar color models

5E AD 7E
RGB 94 173 126
HSL 144° 32.51% 52.35%
HSB/HSV 144° 45.66% 67.84%
CMYK 45.66% 0.00% 27.17%
32.16%

Color #5EAD7E in popluar number systems.

HEX 5E AD 7E
Decimal 94 173 126
Binary 1011110 10101101 1111110
Octal 136 255 176

Shades and tints

Shades of #5EAD7E

#5EAD7E
(94,173,126)
#569E73
(86,158,115)
#4E8F68
(78,143,104)
#46805D
(70,128,93)
#3E7152
(62,113,82)
#366247
(54,98,71)
#2E533C
(46,83,60)
#264431
(38,68,49)
#1E3526
(30,53,38)
#16261B
(22,38,27)
#0E1710
(14,23,16)
#000000
(0,0,0)

Tints of #5EAD7E

#5EAD7E
(94,173,126)
#6CB489
(108,180,137)
#7ABB94
(122,187,148)
#88C29F
(136,194,159)
#96C9AA
(150,201,170)
#A4D0B5
(164,208,181)
#B2D7C0
(178,215,192)
#C0DECB
(192,222,203)
#CEE5D6
(206,229,214)
#DCECE1
(220,236,225)
#EAF3EC
(234,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EAD7E; }

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

This text font color is #5EAD7E.

Background Color

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

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

This div background color is #5EAD7E.

Border color

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

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

This div border color is #5EAD7E.

Opacity

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

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

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

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

This text has shadow with #5EAD7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EAD7E.

Preview

Color preview on black background

This text has color #5EAD7E on black background.


Color preview on white background

This text has color #5EAD7E on white background.


Black color preview on #5EAD7E background

This text has black color on #5EAD7E background.


White color preview on #5EAD7E background

This text has white color on #5EAD7E background.


Related colors

Complementary color

Complementary color for #hex is #A15281.


I love getcolorcode.com

Triadic colors

1 #7E5EAD and #AD7E5E with #5EAD7E are triadic colors.

2 #7EAD5E and #AD5E7E with #5EAD7E are triadic colors.