COLOR #5EA993

HEX: #5EA993 RGB: (94,169,147)

Color info

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

RGB color model

#5EA993 color RGB value is (94,169,147).

RGB: (94,169,147) (37%, 66%, 58%)

RGB channels and saturation

R 94 of 255 = 37%
G 169 of 255 = 66%
B 147 of 255 = 58%

94
169
147

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

Portions of RGB colors in percentages

R + G + B = 94 + 169 + 147 = 410 (100%)
R 94 of 410 ~ 22.93%
G 169 of 410 ~ 41.22%
B 147 of 410 ~ 35.85'%

%22.93
%41.22
%35.85

CMYK color model

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

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

CMYK: (44,0,13,34)
C44M0Y13K34 (44%, 0%, 13%, 34%)
(0.44 / 0.00 / 0.13 / 0.34)

CMYK percentages

%44.38
%0
%13.02
%33.73

Codes

Color #5EA993 in popluar color models

5E A9 93
RGB 94 169 147
HSL 162° 30.36% 51.57%
HSB/HSV 162° 44.38% 66.27%
CMYK 44.38% 0.00% 13.02%
33.73%

Color #5EA993 in popluar number systems.

HEX 5E A9 93
Decimal 94 169 147
Binary 1011110 10101001 10010011
Octal 136 251 223

Shades and tints

Shades of #5EA993

#5EA993
(94,169,147)
#569A86
(86,154,134)
#4E8B79
(78,139,121)
#467C6C
(70,124,108)
#3E6D5F
(62,109,95)
#365E52
(54,94,82)
#2E4F45
(46,79,69)
#264038
(38,64,56)
#1E312B
(30,49,43)
#16221E
(22,34,30)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #5EA993

#5EA993
(94,169,147)
#6CB09C
(108,176,156)
#7AB7A5
(122,183,165)
#88BEAE
(136,190,174)
#96C5B7
(150,197,183)
#A4CCC0
(164,204,192)
#B2D3C9
(178,211,201)
#C0DAD2
(192,218,210)
#CEE1DB
(206,225,219)
#DCE8E4
(220,232,228)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EA993; }

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

This text font color is #5EA993.

Background Color

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

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

This div background color is #5EA993.

Border color

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

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

This div border color is #5EA993.

Opacity

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

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

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

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

This text has shadow with #5EA993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EA993.

Preview

Color preview on black background

This text has color #5EA993 on black background.


Color preview on white background

This text has color #5EA993 on white background.


Black color preview on #5EA993 background

This text has black color on #5EA993 background.


White color preview on #5EA993 background

This text has white color on #5EA993 background.


Related colors

Complementary color

Complementary color for #hex is #A1566C.


I love getcolorcode.com

Triadic colors

1 #935EA9 and #A9935E with #5EA993 are triadic colors.

2 #93A95E and #A95E93 with #5EA993 are triadic colors.