COLOR #5EB7AD

HEX: #5EB7AD
RGB: (94,183,173)

Color info

#5EB7AD contains mainly green and blue colors. Web safe color of #5EB7AD is #66CC99 (or #6C9).

RGB color model

#5EB7AD color RGB value is (94,183,173).

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

RGB channels and saturation

R 94 of 255 = 37%
G 183 of 255 = 72%
B 173 of 255 = 68%

94
183
173

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

Portions of RGB colors in percentages

R + G + B =
94 + 183 + 173 = 450 (100%)
R 94 of 450 ~ 20.89%
G 183 of 450 ~ 40.67%
B 173 of 450 ~ 38.44%

%20.89
%40.67
%38.44

CMYK color model

#5EB7AD color CMYK value is (49,0,5,28).

  • cyan value is 48.63%
  • magenta value is 0.00%
  • yellow value is 5.46%
  • key color value is 28.24%
CMYK:
(49,0,5,28)
C49M0Y5K28 
(49%,0%,5%,28%)
(0.49/0.00/0.05/0.28)	

CMYK percentages

%48.63
%0
%5.46
%28.24

Codes

Color #5EB7AD in popluar color models

5EB7AD
RGB94183173
HSL173°38.20%54.31%
HSB/HSV173°48.63%71.76%
CMYK48.63%0.00%5.46%
28.24%

Color #5EB7AD in popluar number systems.

HEX5EB7AD
Decimal94183173
Binary10111101011011110101101
Octal136267255

Shades and tints

Shades of #5EB7AD

#5EB7AD
(94,183,173)
#56A79E
(86,167,158)
#4E978F
(78,151,143)
#468780
(70,135,128)
#3E7771
(62,119,113)
#366762
(54,103,98)
#2E5753
(46,87,83)
#264744
(38,71,68)
#1E3735
(30,55,53)
#162726
(22,39,38)
#0E1717
(14,23,23)
#000000
(0,0,0)

Tints of #5EB7AD

#5EB7AD
(94,183,173)
#6CBDB4
(108,189,180)
#7AC3BB
(122,195,187)
#88C9C2
(136,201,194)
#96CFC9
(150,207,201)
#A4D5D0
(164,213,208)
#B2DBD7
(178,219,215)
#C0E1DE
(192,225,222)
#CEE7E5
(206,231,229)
#DCEDEC
(220,237,236)
#EAF3F3
(234,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EB7AD; }

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

This text font color is #5EB7AD.


Background Color

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

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

This div background color is #5EB7AD.


Border color

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

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

This div border color is #5EB7AD.


Opacity

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

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

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

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

This text has shadow with #5EB7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EB7AD on black background.


Color preview on white background

This text has color #5EB7AD on white background.



Black color preview on #5EB7AD background

This text has black color on #5EB7AD background.


White color preview on #5EB7AD background

This text has white color on #5EB7AD background.