COLOR #5EADAB

HEX: #5EADAB
RGB: (94,173,171)

Color info

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

RGB color model

#5EADAB color RGB value is (94,173,171).

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

RGB channels and saturation

R 94 of 255 = 37%
G 173 of 255 = 68%
B 171 of 255 = 67%

94
173
171

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

Portions of RGB colors in percentages

R + G + B =
94 + 173 + 171 = 438 (100%)
R 94 of 438 ~ 21.46%
G 173 of 438 ~ 39.5%
B 171 of 438 ~ 39.04%

%21.46
%39.5
%39.04

CMYK color model

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

  • cyan value is 45.66%
  • magenta value is 0.00%
  • yellow value is 1.16%
  • key color value is 32.16%
CMYK:
(46,0,1,32)
C46M0Y1K32 
(46%,0%,1%,32%)
(0.46/0.00/0.01/0.32)	

CMYK percentages

%45.66
%0
%1.16
%32.16

Codes

Color #5EADAB in popluar color models

5EADAB
RGB94173171
HSL178°32.51%52.35%
HSB/HSV178°45.66%67.84%
CMYK45.66%0.00%1.16%
32.16%

Color #5EADAB in popluar number systems.

HEX5EADAB
Decimal94173171
Binary10111101010110110101011
Octal136255253

Shades and tints

Shades of #5EADAB

#5EADAB
(94,173,171)
#569E9C
(86,158,156)
#4E8F8D
(78,143,141)
#46807E
(70,128,126)
#3E716F
(62,113,111)
#366260
(54,98,96)
#2E5351
(46,83,81)
#264442
(38,68,66)
#1E3533
(30,53,51)
#162624
(22,38,36)
#0E1715
(14,23,21)
#000000
(0,0,0)

Tints of #5EADAB

#5EADAB
(94,173,171)
#6CB4B2
(108,180,178)
#7ABBB9
(122,187,185)
#88C2C0
(136,194,192)
#96C9C7
(150,201,199)
#A4D0CE
(164,208,206)
#B2D7D5
(178,215,213)
#C0DEDC
(192,222,220)
#CEE5E3
(206,229,227)
#DCECEA
(220,236,234)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EADAB; }

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

This text font color is #5EADAB.


Background Color

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

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

This div background color is #5EADAB.


Border color

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

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

This div border color is #5EADAB.


Opacity

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

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

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

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

This text has shadow with #5EADAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EADAB on black background.


Color preview on white background

This text has color #5EADAB on white background.



Black color preview on #5EADAB background

This text has black color on #5EADAB background.


White color preview on #5EADAB background

This text has white color on #5EADAB background.