COLOR #5DAE9B

HEX: #5DAE9B RGB: (93,174,155)

Color info

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

RGB color model

#5DAE9B color RGB value is (93,174,155).

RGB: (93,174,155) (36%, 68%, 61%)

RGB channels and saturation

R 93 of 255 = 36%
G 174 of 255 = 68%
B 155 of 255 = 61%

93
174
155

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

Portions of RGB colors in percentages

R + G + B = 93 + 174 + 155 = 422 (100%)
R 93 of 422 ~ 22.04%
G 174 of 422 ~ 41.23%
B 155 of 422 ~ 36.73'%

%22.04
%41.23
%36.73

CMYK color model

#5DAE9B color CMYK value is (47,0,11,32).

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

CMYK: (47,0,11,32)
C47M0Y11K32 (47%, 0%, 11%, 32%)
(0.47 / 0.00 / 0.11 / 0.32)

CMYK percentages

%46.55
%0
%10.92
%31.76

Codes

Color #5DAE9B in popluar color models

5D AE 9B
RGB 93 174 155
HSL 166° 33.33% 52.35%
HSB/HSV 166° 46.55% 68.24%
CMYK 46.55% 0.00% 10.92%
31.76%

Color #5DAE9B in popluar number systems.

HEX 5D AE 9B
Decimal 93 174 155
Binary 1011101 10101110 10011011
Octal 135 256 233

Shades and tints

Shades of #5DAE9B

#5DAE9B
(93,174,155)
#559F8D
(85,159,141)
#4D907F
(77,144,127)
#458171
(69,129,113)
#3D7263
(61,114,99)
#356355
(53,99,85)
#2D5447
(45,84,71)
#254539
(37,69,57)
#1D362B
(29,54,43)
#15271D
(21,39,29)
#0D180F
(13,24,15)
#000000
(0,0,0)

Tints of #5DAE9B

#5DAE9B
(93,174,155)
#6BB5A4
(107,181,164)
#79BCAD
(121,188,173)
#87C3B6
(135,195,182)
#95CABF
(149,202,191)
#A3D1C8
(163,209,200)
#B1D8D1
(177,216,209)
#BFDFDA
(191,223,218)
#CDE6E3
(205,230,227)
#DBEDEC
(219,237,236)
#E9F4F5
(233,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DAE9B; }

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

This text font color is #5DAE9B.

Background Color

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

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

This div background color is #5DAE9B.

Border color

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

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

This div border color is #5DAE9B.

Opacity

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

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

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

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

This text has shadow with #5DAE9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DAE9B.

Preview

Color preview on black background

This text has color #5DAE9B on black background.


Color preview on white background

This text has color #5DAE9B on white background.


Black color preview on #5DAE9B background

This text has black color on #5DAE9B background.


White color preview on #5DAE9B background

This text has white color on #5DAE9B background.


Related colors

Complementary color

Complementary color for #hex is #A25164.


I love getcolorcode.com

Triadic colors

1 #9B5DAE and #AE9B5D with #5DAE9B are triadic colors.

2 #9BAE5D and #AE5D9B with #5DAE9B are triadic colors.