COLOR #5DA2AA

HEX: #5DA2AA RGB: (93,162,170)

Color info

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

RGB color model

#5DA2AA color RGB value is (93,162,170).

RGB: (93,162,170) (36%, 64%, 67%)

RGB channels and saturation

R 93 of 255 = 36%
G 162 of 255 = 64%
B 170 of 255 = 67%

93
162
170

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

Portions of RGB colors in percentages

R + G + B = 93 + 162 + 170 = 425 (100%)
R 93 of 425 ~ 21.88%
G 162 of 425 ~ 38.12%
B 170 of 425 ~ 40'%

%21.88
%38.12
%40

CMYK color model

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

  • cyan value is 45.29%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (45,5,0,33) C45M5Y0K33 (45%,5%,0%,33%) (0.45/0.05/0.00/0.33) 

CMYK percentages

%45.29
%4.71
%0
%33.33

Codes

Color #5DA2AA in popluar color models

5D A2 AA
RGB 93 162 170
HSL 186° 31.17% 51.57%
HSB/HSV 186° 45.29% 66.67%
CMYK 45.29% 4.71% 0.00%
33.33%

Color #5DA2AA in popluar number systems.

HEX 5D A2 AA
Decimal 93 162 170
Binary 1011101 10100010 10101010
Octal 135 242 252

Shades and tints

Shades of #5DA2AA

#5DA2AA
(93,162,170)
#55949B
(85,148,155)
#4D868C
(77,134,140)
#45787D
(69,120,125)
#3D6A6E
(61,106,110)
#355C5F
(53,92,95)
#2D4E50
(45,78,80)
#254041
(37,64,65)
#1D3232
(29,50,50)
#152423
(21,36,35)
#0D1614
(13,22,20)
#000000
(0,0,0)

Tints of #5DA2AA

#5DA2AA
(93,162,170)
#6BAAB1
(107,170,177)
#79B2B8
(121,178,184)
#87BABF
(135,186,191)
#95C2C6
(149,194,198)
#A3CACD
(163,202,205)
#B1D2D4
(177,210,212)
#BFDADB
(191,218,219)
#CDE2E2
(205,226,226)
#DBEAE9
(219,234,233)
#E9F2F0
(233,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DA2AA; }

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

This text font color is #5DA2AA.

Background Color

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

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

This div background color is #5DA2AA.

Border color

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

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

This div border color is #5DA2AA.

Opacity

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

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

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

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

This text has shadow with #5DA2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DA2AA.

Preview

Color preview on black background

This text has color #5DA2AA on black background.


Color preview on white background

This text has color #5DA2AA on white background.


Black color preview on #5DA2AA background

This text has black color on #5DA2AA background.


White color preview on #5DA2AA background

This text has white color on #5DA2AA background.


Related colors

Complementary color

Complementary color for #hex is #A25D55.


I love getcolorcode.com

Triadic colors

1 #AA5DA2 and #A2AA5D with #5DA2AA are triadic colors.

2 #AAA25D and #A25DAA with #5DA2AA are triadic colors.