COLOR #5DAA8F

HEX: #5DAA8F RGB: (93,170,143)

Color info

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

RGB color model

#5DAA8F color RGB value is (93,170,143).

RGB: (93,170,143) (36%, 67%, 56%)

RGB channels and saturation

R 93 of 255 = 36%
G 170 of 255 = 67%
B 143 of 255 = 56%

93
170
143

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

Portions of RGB colors in percentages

R + G + B = 93 + 170 + 143 = 406 (100%)
R 93 of 406 ~ 22.91%
G 170 of 406 ~ 41.87%
B 143 of 406 ~ 35.22'%

%22.91
%41.87
%35.22

CMYK color model

#5DAA8F color CMYK value is (45,0,16,33).

  • cyan value is 45.29%
  • magenta value is 0.00%
  • yellow value is 15.88%
  • key color value is 33.33%
CMYK: (45,0,16,33) C45M0Y16K33 (45%,0%,16%,33%) (0.45/0.00/0.16/0.33) 

CMYK percentages

%45.29
%0
%15.88
%33.33

Codes

Color #5DAA8F in popluar color models

5D AA 8F
RGB 93 170 143
HSL 159° 31.17% 51.57%
HSB/HSV 159° 45.29% 66.67%
CMYK 45.29% 0.00% 15.88%
33.33%

Color #5DAA8F in popluar number systems.

HEX 5D AA 8F
Decimal 93 170 143
Binary 1011101 10101010 10001111
Octal 135 252 217

Shades and tints

Shades of #5DAA8F

#5DAA8F
(93,170,143)
#559B82
(85,155,130)
#4D8C75
(77,140,117)
#457D68
(69,125,104)
#3D6E5B
(61,110,91)
#355F4E
(53,95,78)
#2D5041
(45,80,65)
#254134
(37,65,52)
#1D3227
(29,50,39)
#15231A
(21,35,26)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #5DAA8F

#5DAA8F
(93,170,143)
#6BB199
(107,177,153)
#79B8A3
(121,184,163)
#87BFAD
(135,191,173)
#95C6B7
(149,198,183)
#A3CDC1
(163,205,193)
#B1D4CB
(177,212,203)
#BFDBD5
(191,219,213)
#CDE2DF
(205,226,223)
#DBE9E9
(219,233,233)
#E9F0F3
(233,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DAA8F; }

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

This text font color is #5DAA8F.

Background Color

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

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

This div background color is #5DAA8F.

Border color

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

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

This div border color is #5DAA8F.

Opacity

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

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

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

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

This text has shadow with #5DAA8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DAA8F.

Preview

Color preview on black background

This text has color #5DAA8F on black background.


Color preview on white background

This text has color #5DAA8F on white background.


Black color preview on #5DAA8F background

This text has black color on #5DAA8F background.


White color preview on #5DAA8F background

This text has white color on #5DAA8F background.


Related colors

Complementary color

Complementary color for #hex is #A25570.


I love getcolorcode.com

Triadic colors

1 #8F5DAA and #AA8F5D with #5DAA8F are triadic colors.

2 #8FAA5D and #AA5D8F with #5DAA8F are triadic colors.