COLOR #5EADA4

HEX: #5EADA4
RGB: (94,173,164)

Color info

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

RGB color model

#5EADA4 color RGB value is (94,173,164).

  • red value is 94;
  • green value is 173;
  • blue value is 164.
RGB:
(94,173,164)
(37%,68%,64%)

RGB channels and saturation

R 94 of 255 = 37%
G 173 of 255 = 68%
B 164 of 255 = 64%

94
173
164

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

Portions of RGB colors in percentages

R + G + B =
94 + 173 + 164 = 431 (100%)
R 94 of 431 ~ 21.81%
G 173 of 431 ~ 40.14%
B 164 of 431 ~ 38.05%

%21.81
%40.14
%38.05

CMYK color model

#5EADA4 color CMYK value is (46,0,5,32).

  • cyan value is 45.66%
  • magenta value is 0.00%
  • yellow value is 5.20%
  • key color value is 32.16%
CMYK:
(46,0,5,32)
C46M0Y5K32 
(46%,0%,5%,32%)
(0.46/0.00/0.05/0.32)	

CMYK percentages

%45.66
%0
%5.2
%32.16

Codes

Color #5EADA4 in popluar color models

5EADA4
RGB94173164
HSL173°32.51%52.35%
HSB/HSV173°45.66%67.84%
CMYK45.66%0.00%5.20%
32.16%

Color #5EADA4 in popluar number systems.

HEX5EADA4
Decimal94173164
Binary10111101010110110100100
Octal136255244

Shades and tints

Shades of #5EADA4

#5EADA4
(94,173,164)
#569E96
(86,158,150)
#4E8F88
(78,143,136)
#46807A
(70,128,122)
#3E716C
(62,113,108)
#36625E
(54,98,94)
#2E5350
(46,83,80)
#264442
(38,68,66)
#1E3534
(30,53,52)
#162626
(22,38,38)
#0E1718
(14,23,24)
#000000
(0,0,0)

Tints of #5EADA4

#5EADA4
(94,173,164)
#6CB4AC
(108,180,172)
#7ABBB4
(122,187,180)
#88C2BC
(136,194,188)
#96C9C4
(150,201,196)
#A4D0CC
(164,208,204)
#B2D7D4
(178,215,212)
#C0DEDC
(192,222,220)
#CEE5E4
(206,229,228)
#DCECEC
(220,236,236)
#EAF3F4
(234,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EADA4; }

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

This text font color is #5EADA4.


Background Color

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

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

This div background color is #5EADA4.


Border color

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

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

This div border color is #5EADA4.


Opacity

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

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

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

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

This text has shadow with #5EADA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EADA4 on black background.


Color preview on white background

This text has color #5EADA4 on white background.



Black color preview on #5EADA4 background

This text has black color on #5EADA4 background.


White color preview on #5EADA4 background

This text has white color on #5EADA4 background.