COLOR #5EA97C

HEX: #5EA97C RGB: (94,169,124)

Color info

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

RGB color model

#5EA97C color RGB value is (94,169,124).

RGB: (94,169,124) (37%, 66%, 49%)

RGB channels and saturation

R 94 of 255 = 37%
G 169 of 255 = 66%
B 124 of 255 = 49%

94
169
124

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

Portions of RGB colors in percentages

R + G + B = 94 + 169 + 124 = 387 (100%)
R 94 of 387 ~ 24.29%
G 169 of 387 ~ 43.67%
B 124 of 387 ~ 32.04'%

%24.29
%43.67
%32.04

CMYK color model

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

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

CMYK: (44,0,27,34)
C44M0Y27K34 (44%, 0%, 27%, 34%)
(0.44 / 0.00 / 0.27 / 0.34)

CMYK percentages

%44.38
%0
%26.63
%33.73

Codes

Color #5EA97C in popluar color models

5E A9 7C
RGB 94 169 124
HSL 144° 30.36% 51.57%
HSB/HSV 144° 44.38% 66.27%
CMYK 44.38% 0.00% 26.63%
33.73%

Color #5EA97C in popluar number systems.

HEX 5E A9 7C
Decimal 94 169 124
Binary 1011110 10101001 1111100
Octal 136 251 174

Shades and tints

Shades of #5EA97C

#5EA97C
(94,169,124)
#569A71
(86,154,113)
#4E8B66
(78,139,102)
#467C5B
(70,124,91)
#3E6D50
(62,109,80)
#365E45
(54,94,69)
#2E4F3A
(46,79,58)
#26402F
(38,64,47)
#1E3124
(30,49,36)
#162219
(22,34,25)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #5EA97C

#5EA97C
(94,169,124)
#6CB087
(108,176,135)
#7AB792
(122,183,146)
#88BE9D
(136,190,157)
#96C5A8
(150,197,168)
#A4CCB3
(164,204,179)
#B2D3BE
(178,211,190)
#C0DAC9
(192,218,201)
#CEE1D4
(206,225,212)
#DCE8DF
(220,232,223)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EA97C; }

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

This text font color is #5EA97C.

Background Color

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

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

This div background color is #5EA97C.

Border color

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

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

This div border color is #5EA97C.

Opacity

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

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

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

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

This text has shadow with #5EA97C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EA97C.

Preview

Color preview on black background

This text has color #5EA97C on black background.


Color preview on white background

This text has color #5EA97C on white background.


Black color preview on #5EA97C background

This text has black color on #5EA97C background.


White color preview on #5EA97C background

This text has white color on #5EA97C background.


Related colors

Complementary color

Complementary color for #hex is #A15683.


I love getcolorcode.com

Triadic colors

1 #7C5EA9 and #A97C5E with #5EA97C are triadic colors.

2 #7CA95E and #A95E7C with #5EA97C are triadic colors.