COLOR #5EA48D

HEX: #5EA48D RGB: (94,164,141)

Color info

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

RGB color model

#5EA48D color RGB value is (94,164,141).

RGB: (94,164,141) (37%, 64%, 55%)

RGB channels and saturation

R 94 of 255 = 37%
G 164 of 255 = 64%
B 141 of 255 = 55%

94
164
141

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

Portions of RGB colors in percentages

R + G + B = 94 + 164 + 141 = 399 (100%)
R 94 of 399 ~ 23.56%
G 164 of 399 ~ 41.1%
B 141 of 399 ~ 35.34'%

%23.56
%41.1
%35.34

CMYK color model

#5EA48D color CMYK value is (43,0,14,36).

  • cyan value is 42.68%
  • magenta value is 0.00%
  • yellow value is 14.02%
  • key color value is 35.69%

CMYK: (43,0,14,36)
C43M0Y14K36 (43%, 0%, 14%, 36%)
(0.43 / 0.00 / 0.14 / 0.36)

CMYK percentages

%42.68
%0
%14.02
%35.69

Codes

Color #5EA48D in popluar color models

5E A4 8D
RGB 94 164 141
HSL 160° 27.78% 50.59%
HSB/HSV 160° 42.68% 64.31%
CMYK 42.68% 0.00% 14.02%
35.69%

Color #5EA48D in popluar number systems.

HEX 5E A4 8D
Decimal 94 164 141
Binary 1011110 10100100 10001101
Octal 136 244 215

Shades and tints

Shades of #5EA48D

#5EA48D
(94,164,141)
#569681
(86,150,129)
#4E8875
(78,136,117)
#467A69
(70,122,105)
#3E6C5D
(62,108,93)
#365E51
(54,94,81)
#2E5045
(46,80,69)
#264239
(38,66,57)
#1E342D
(30,52,45)
#162621
(22,38,33)
#0E1815
(14,24,21)
#000000
(0,0,0)

Tints of #5EA48D

#5EA48D
(94,164,141)
#6CAC97
(108,172,151)
#7AB4A1
(122,180,161)
#88BCAB
(136,188,171)
#96C4B5
(150,196,181)
#A4CCBF
(164,204,191)
#B2D4C9
(178,212,201)
#C0DCD3
(192,220,211)
#CEE4DD
(206,228,221)
#DCECE7
(220,236,231)
#EAF4F1
(234,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EA48D color. Also use rgb(94,164,141) instead hex code.

Text Font Color

.myTextColor { color: #5EA48D; }

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

This text font color is #5EA48D.

Background Color

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

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

This div background color is #5EA48D.

Border color

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

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

This div border color is #5EA48D.

Opacity

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

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

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

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

This text has shadow with #5EA48D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EA48D.

Preview

Color preview on black background

This text has color #5EA48D on black background.


Color preview on white background

This text has color #5EA48D on white background.


Black color preview on #5EA48D background

This text has black color on #5EA48D background.


White color preview on #5EA48D background

This text has white color on #5EA48D background.


Related colors

Complementary color

Complementary color for #hex is #A15B72.


I love getcolorcode.com

Triadic colors

1 #8D5EA4 and #A48D5E with #5EA48D are triadic colors.

2 #8DA45E and #A45E8D with #5EA48D are triadic colors.