COLOR #5DACAF

HEX: #5DACAF RGB: (93,172,175)

Color info

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

RGB color model

#5DACAF color RGB value is (93,172,175).

RGB: (93,172,175) (36%, 67%, 69%)

RGB channels and saturation

R 93 of 255 = 36%
G 172 of 255 = 67%
B 175 of 255 = 69%

93
172
175

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

Portions of RGB colors in percentages

R + G + B = 93 + 172 + 175 = 440 (100%)
R 93 of 440 ~ 21.14%
G 172 of 440 ~ 39.09%
B 175 of 440 ~ 39.77'%

%21.14
%39.09
%39.77

CMYK color model

#5DACAF color CMYK value is (47,2,0,31).

  • cyan value is 46.86%
  • magenta value is 1.71%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (47,2,0,31)
C47M2Y0K31 (47%, 2%, 0%, 31%)
(0.47 / 0.02 / 0.00 / 0.31)

CMYK percentages

%46.86
%1.71
%0
%31.37

Codes

Color #5DACAF in popluar color models

5D AC AF
RGB 93 172 175
HSL 182° 33.88% 52.55%
HSB/HSV 182° 46.86% 68.63%
CMYK 46.86% 1.71% 0.00%
31.37%

Color #5DACAF in popluar number systems.

HEX 5D AC AF
Decimal 93 172 175
Binary 1011101 10101100 10101111
Octal 135 254 257

Shades and tints

Shades of #5DACAF

#5DACAF
(93,172,175)
#559DA0
(85,157,160)
#4D8E91
(77,142,145)
#457F82
(69,127,130)
#3D7073
(61,112,115)
#356164
(53,97,100)
#2D5255
(45,82,85)
#254346
(37,67,70)
#1D3437
(29,52,55)
#152528
(21,37,40)
#0D1619
(13,22,25)
#000000
(0,0,0)

Tints of #5DACAF

#5DACAF
(93,172,175)
#6BB3B6
(107,179,182)
#79BABD
(121,186,189)
#87C1C4
(135,193,196)
#95C8CB
(149,200,203)
#A3CFD2
(163,207,210)
#B1D6D9
(177,214,217)
#BFDDE0
(191,221,224)
#CDE4E7
(205,228,231)
#DBEBEE
(219,235,238)
#E9F2F5
(233,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DACAF color. Also use rgb(93,172,175) instead hex code.

Text Font Color

.myTextColor { color: #5DACAF; }

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

This text font color is #5DACAF.

Background Color

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

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

This div background color is #5DACAF.

Border color

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

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

This div border color is #5DACAF.

Opacity

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

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

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

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

This text has shadow with #5DACAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DACAF.

Preview

Color preview on black background

This text has color #5DACAF on black background.


Color preview on white background

This text has color #5DACAF on white background.


Black color preview on #5DACAF background

This text has black color on #5DACAF background.


White color preview on #5DACAF background

This text has white color on #5DACAF background.


Related colors

Complementary color

Complementary color for #hex is #A25350.


I love getcolorcode.com

Triadic colors

1 #AF5DAC and #ACAF5D with #5DACAF are triadic colors.

2 #AFAC5D and #AC5DAF with #5DACAF are triadic colors.