COLOR #5DACAE

HEX: #5DACAE RGB: (93,172,174)

Color info

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

RGB color model

#5DACAE color RGB value is (93,172,174).

RGB: (93,172,174) (36%, 67%, 68%)

RGB channels and saturation

R 93 of 255 = 36%
G 172 of 255 = 67%
B 174 of 255 = 68%

93
172
174

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

Portions of RGB colors in percentages

R + G + B = 93 + 172 + 174 = 439 (100%)
R 93 of 439 ~ 21.18%
G 172 of 439 ~ 39.18%
B 174 of 439 ~ 39.64'%

%21.18
%39.18
%39.64

CMYK color model

#5DACAE color CMYK value is (47,1,0,32).

  • cyan value is 46.55%
  • magenta value is 1.15%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (47,1,0,32)
C47M1Y0K32 (47%, 1%, 0%, 32%)
(0.47 / 0.01 / 0.00 / 0.32)

CMYK percentages

%46.55
%1.15
%0
%31.76

Codes

Color #5DACAE in popluar color models

5D AC AE
RGB 93 172 174
HSL 181° 33.33% 52.35%
HSB/HSV 181° 46.55% 68.24%
CMYK 46.55% 1.15% 0.00%
31.76%

Color #5DACAE in popluar number systems.

HEX 5D AC AE
Decimal 93 172 174
Binary 1011101 10101100 10101110
Octal 135 254 256

Shades and tints

Shades of #5DACAE

#5DACAE
(93,172,174)
#559D9F
(85,157,159)
#4D8E90
(77,142,144)
#457F81
(69,127,129)
#3D7072
(61,112,114)
#356163
(53,97,99)
#2D5254
(45,82,84)
#254345
(37,67,69)
#1D3436
(29,52,54)
#152527
(21,37,39)
#0D1618
(13,22,24)
#000000
(0,0,0)

Tints of #5DACAE

#5DACAE
(93,172,174)
#6BB3B5
(107,179,181)
#79BABC
(121,186,188)
#87C1C3
(135,193,195)
#95C8CA
(149,200,202)
#A3CFD1
(163,207,209)
#B1D6D8
(177,214,216)
#BFDDDF
(191,221,223)
#CDE4E6
(205,228,230)
#DBEBED
(219,235,237)
#E9F2F4
(233,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DACAE; }

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

This text font color is #5DACAE.

Background Color

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

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

This div background color is #5DACAE.

Border color

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

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

This div border color is #5DACAE.

Opacity

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

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

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

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

This text has shadow with #5DACAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DACAE.

Preview

Color preview on black background

This text has color #5DACAE on black background.


Color preview on white background

This text has color #5DACAE on white background.


Black color preview on #5DACAE background

This text has black color on #5DACAE background.


White color preview on #5DACAE background

This text has white color on #5DACAE background.


Related colors

Complementary color

Complementary color for #hex is #A25351.


I love getcolorcode.com

Triadic colors

1 #AE5DAC and #ACAE5D with #5DACAE are triadic colors.

2 #AEAC5D and #AC5DAE with #5DACAE are triadic colors.