COLOR #5EAC89

HEX: #5EAC89 RGB: (94,172,137)

Color info

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

RGB color model

#5EAC89 color RGB value is (94,172,137).

RGB: (94,172,137) (37%, 67%, 54%)

RGB channels and saturation

R 94 of 255 = 37%
G 172 of 255 = 67%
B 137 of 255 = 54%

94
172
137

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

Portions of RGB colors in percentages

R + G + B = 94 + 172 + 137 = 403 (100%)
R 94 of 403 ~ 23.33%
G 172 of 403 ~ 42.68%
B 137 of 403 ~ 34'%

%23.33
%42.68
%34

CMYK color model

#5EAC89 color CMYK value is (45,0,20,33).

  • cyan value is 45.35%
  • magenta value is 0.00%
  • yellow value is 20.35%
  • key color value is 32.55%

CMYK: (45,0,20,33)
C45M0Y20K33 (45%, 0%, 20%, 33%)
(0.45 / 0.00 / 0.20 / 0.33)

CMYK percentages

%45.35
%0
%20.35
%32.55

Codes

Color #5EAC89 in popluar color models

5E AC 89
RGB 94 172 137
HSL 153° 31.97% 52.16%
HSB/HSV 153° 45.35% 67.45%
CMYK 45.35% 0.00% 20.35%
32.55%

Color #5EAC89 in popluar number systems.

HEX 5E AC 89
Decimal 94 172 137
Binary 1011110 10101100 10001001
Octal 136 254 211

Shades and tints

Shades of #5EAC89

#5EAC89
(94,172,137)
#569D7D
(86,157,125)
#4E8E71
(78,142,113)
#467F65
(70,127,101)
#3E7059
(62,112,89)
#36614D
(54,97,77)
#2E5241
(46,82,65)
#264335
(38,67,53)
#1E3429
(30,52,41)
#16251D
(22,37,29)
#0E1611
(14,22,17)
#000000
(0,0,0)

Tints of #5EAC89

#5EAC89
(94,172,137)
#6CB393
(108,179,147)
#7ABA9D
(122,186,157)
#88C1A7
(136,193,167)
#96C8B1
(150,200,177)
#A4CFBB
(164,207,187)
#B2D6C5
(178,214,197)
#C0DDCF
(192,221,207)
#CEE4D9
(206,228,217)
#DCEBE3
(220,235,227)
#EAF2ED
(234,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EAC89 color. Also use rgb(94,172,137) instead hex code.

Text Font Color

.myTextColor { color: #5EAC89; }

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

This text font color is #5EAC89.

Background Color

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

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

This div background color is #5EAC89.

Border color

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

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

This div border color is #5EAC89.

Opacity

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

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

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

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

This text has shadow with #5EAC89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EAC89.

Preview

Color preview on black background

This text has color #5EAC89 on black background.


Color preview on white background

This text has color #5EAC89 on white background.


Black color preview on #5EAC89 background

This text has black color on #5EAC89 background.


White color preview on #5EAC89 background

This text has white color on #5EAC89 background.


Related colors

Complementary color

Complementary color for #hex is #A15376.


I love getcolorcode.com

Triadic colors

1 #895EAC and #AC895E with #5EAC89 are triadic colors.

2 #89AC5E and #AC5E89 with #5EAC89 are triadic colors.