COLOR #5DAE8F

HEX: #5DAE8F
RGB: (93,174,143)

Color info

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

RGB color model

#5DAE8F color RGB value is (93,174,143).

  • red value is 93;
  • green value is 174;
  • blue value is 143.
RGB:
(93,174,143)
(36%,68%,56%)

RGB channels and saturation

R 93 of 255 = 36%
G 174 of 255 = 68%
B 143 of 255 = 56%

93
174
143

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

Portions of RGB colors in percentages

R + G + B =
93 + 174 + 143 = 410 (100%)
R 93 of 410 ~ 22.68%
G 174 of 410 ~ 42.44%
B 143 of 410 ~ 34.88%

%22.68
%42.44
%34.88

CMYK color model

#5DAE8F color CMYK value is (47,0,18,32).

  • cyan value is 46.55%
  • magenta value is 0.00%
  • yellow value is 17.82%
  • key color value is 31.76%
CMYK:
(47,0,18,32)
C47M0Y18K32 
(47%,0%,18%,32%)
(0.47/0.00/0.18/0.32)	

CMYK percentages

%46.55
%0
%17.82
%31.76

Codes

Color #5DAE8F in popluar color models

5DAE8F
RGB93174143
HSL157°33.33%52.35%
HSB/HSV157°46.55%68.24%
CMYK46.55%0.00%17.82%
31.76%

Color #5DAE8F in popluar number systems.

HEX5DAE8F
Decimal93174143
Binary10111011010111010001111
Octal135256217

Shades and tints

Shades of #5DAE8F

#5DAE8F
(93,174,143)
#559F82
(85,159,130)
#4D9075
(77,144,117)
#458168
(69,129,104)
#3D725B
(61,114,91)
#35634E
(53,99,78)
#2D5441
(45,84,65)
#254534
(37,69,52)
#1D3627
(29,54,39)
#15271A
(21,39,26)
#0D180D
(13,24,13)
#000000
(0,0,0)

Tints of #5DAE8F

#5DAE8F
(93,174,143)
#6BB599
(107,181,153)
#79BCA3
(121,188,163)
#87C3AD
(135,195,173)
#95CAB7
(149,202,183)
#A3D1C1
(163,209,193)
#B1D8CB
(177,216,203)
#BFDFD5
(191,223,213)
#CDE6DF
(205,230,223)
#DBEDE9
(219,237,233)
#E9F4F3
(233,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DAE8F color. Also use rgb(93,174,143) instead hex code.

Text Font Color

.myTextColor { color: #5DAE8F; }

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

This text font color is #5DAE8F.


Background Color

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

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

This div background color is #5DAE8F.


Border color

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

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

This div border color is #5DAE8F.


Opacity

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

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

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

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

This text has shadow with #5DAE8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DAE8F on black background.


Color preview on white background

This text has color #5DAE8F on white background.



Black color preview on #5DAE8F background

This text has black color on #5DAE8F background.


White color preview on #5DAE8F background

This text has white color on #5DAE8F background.