COLOR #5EA89F

HEX: #5EA89F RGB: (94,168,159)

Color info

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

RGB color model

#5EA89F color RGB value is (94,168,159).

RGB: (94,168,159) (37%, 66%, 62%)

RGB channels and saturation

R 94 of 255 = 37%
G 168 of 255 = 66%
B 159 of 255 = 62%

94
168
159

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

Portions of RGB colors in percentages

R + G + B = 94 + 168 + 159 = 421 (100%)
R 94 of 421 ~ 22.33%
G 168 of 421 ~ 39.9%
B 159 of 421 ~ 37.77'%

%22.33
%39.9
%37.77

CMYK color model

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

  • cyan value is 44.05%
  • magenta value is 0.00%
  • yellow value is 5.36%
  • key color value is 34.12%
CMYK: (44,0,5,34) C44M0Y5K34 (44%,0%,5%,34%) (0.44/0.00/0.05/0.34) 

CMYK percentages

%44.05
%0
%5.36
%34.12

Codes

Color #5EA89F in popluar color models

5E A8 9F
RGB 94 168 159
HSL 173° 29.84% 51.37%
HSB/HSV 173° 44.05% 65.88%
CMYK 44.05% 0.00% 5.36%
34.12%

Color #5EA89F in popluar number systems.

HEX 5E A8 9F
Decimal 94 168 159
Binary 1011110 10101000 10011111
Octal 136 250 237

Shades and tints

Shades of #5EA89F

#5EA89F
(94,168,159)
#569991
(86,153,145)
#4E8A83
(78,138,131)
#467B75
(70,123,117)
#3E6C67
(62,108,103)
#365D59
(54,93,89)
#2E4E4B
(46,78,75)
#263F3D
(38,63,61)
#1E302F
(30,48,47)
#162121
(22,33,33)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #5EA89F

#5EA89F
(94,168,159)
#6CAFA7
(108,175,167)
#7AB6AF
(122,182,175)
#88BDB7
(136,189,183)
#96C4BF
(150,196,191)
#A4CBC7
(164,203,199)
#B2D2CF
(178,210,207)
#C0D9D7
(192,217,215)
#CEE0DF
(206,224,223)
#DCE7E7
(220,231,231)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EA89F; }

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

This text font color is #5EA89F.

Background Color

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

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

This div background color is #5EA89F.

Border color

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

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

This div border color is #5EA89F.

Opacity

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

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

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

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

This text has shadow with #5EA89F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EA89F.

Preview

Color preview on black background

This text has color #5EA89F on black background.


Color preview on white background

This text has color #5EA89F on white background.


Black color preview on #5EA89F background

This text has black color on #5EA89F background.


White color preview on #5EA89F background

This text has white color on #5EA89F background.


Related colors

Complementary color

Complementary color for #hex is #A15760.


I love getcolorcode.com

Triadic colors

1 #9F5EA8 and #A89F5E with #5EA89F are triadic colors.

2 #9FA85E and #A85E9F with #5EA89F are triadic colors.