COLOR #5EA991

HEX: #5EA991 RGB: (94,169,145)

Color info

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

RGB color model

#5EA991 color RGB value is (94,169,145).

RGB: (94,169,145) (37%, 66%, 57%)

RGB channels and saturation

R 94 of 255 = 37%
G 169 of 255 = 66%
B 145 of 255 = 57%

94
169
145

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

Portions of RGB colors in percentages

R + G + B = 94 + 169 + 145 = 408 (100%)
R 94 of 408 ~ 23.04%
G 169 of 408 ~ 41.42%
B 145 of 408 ~ 35.54'%

%23.04
%41.42
%35.54

CMYK color model

#5EA991 color CMYK value is (44,0,14,34).

  • cyan value is 44.38%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • key color value is 33.73%

CMYK: (44,0,14,34)
C44M0Y14K34 (44%, 0%, 14%, 34%)
(0.44 / 0.00 / 0.14 / 0.34)

CMYK percentages

%44.38
%0
%14.2
%33.73

Codes

Color #5EA991 in popluar color models

5E A9 91
RGB 94 169 145
HSL 161° 30.36% 51.57%
HSB/HSV 161° 44.38% 66.27%
CMYK 44.38% 0.00% 14.20%
33.73%

Color #5EA991 in popluar number systems.

HEX 5E A9 91
Decimal 94 169 145
Binary 1011110 10101001 10010001
Octal 136 251 221

Shades and tints

Shades of #5EA991

#5EA991
(94,169,145)
#569A84
(86,154,132)
#4E8B77
(78,139,119)
#467C6A
(70,124,106)
#3E6D5D
(62,109,93)
#365E50
(54,94,80)
#2E4F43
(46,79,67)
#264036
(38,64,54)
#1E3129
(30,49,41)
#16221C
(22,34,28)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #5EA991

#5EA991
(94,169,145)
#6CB09B
(108,176,155)
#7AB7A5
(122,183,165)
#88BEAF
(136,190,175)
#96C5B9
(150,197,185)
#A4CCC3
(164,204,195)
#B2D3CD
(178,211,205)
#C0DAD7
(192,218,215)
#CEE1E1
(206,225,225)
#DCE8EB
(220,232,235)
#EAEFF5
(234,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EA991 color. Also use rgb(94,169,145) instead hex code.

Text Font Color

.myTextColor { color: #5EA991; }

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

This text font color is #5EA991.

Background Color

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

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

This div background color is #5EA991.

Border color

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

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

This div border color is #5EA991.

Opacity

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

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

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

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

This text has shadow with #5EA991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EA991.

Preview

Color preview on black background

This text has color #5EA991 on black background.


Color preview on white background

This text has color #5EA991 on white background.


Black color preview on #5EA991 background

This text has black color on #5EA991 background.


White color preview on #5EA991 background

This text has white color on #5EA991 background.


Related colors

Complementary color

Complementary color for #hex is #A1566E.


I love getcolorcode.com

Triadic colors

1 #915EA9 and #A9915E with #5EA991 are triadic colors.

2 #91A95E and #A95E91 with #5EA991 are triadic colors.