COLOR #5DB6AC

HEX: #5DB6AC RGB: (93,182,172)

Color info

#5DB6AC contains mainly green and blue colors. Web safe color of #5DB6AC is #66CC99 (or #6C9).

RGB color model

#5DB6AC color RGB value is (93,182,172).

RGB: (93,182,172) (36%, 71%, 67%)

RGB channels and saturation

R 93 of 255 = 36%
G 182 of 255 = 71%
B 172 of 255 = 67%

93
182
172

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

Portions of RGB colors in percentages

R + G + B = 93 + 182 + 172 = 447 (100%)
R 93 of 447 ~ 20.81%
G 182 of 447 ~ 40.72%
B 172 of 447 ~ 38.48'%

%20.81
%40.72
%38.48

CMYK color model

#5DB6AC color CMYK value is (49,0,5,29).

  • cyan value is 48.90%
  • magenta value is 0.00%
  • yellow value is 5.49%
  • key color value is 28.63%

CMYK: (49,0,5,29)
C49M0Y5K29 (49%, 0%, 5%, 29%)
(0.49 / 0.00 / 0.05 / 0.29)

CMYK percentages

%48.9
%0
%5.49
%28.63

Codes

Color #5DB6AC in popluar color models

5D B6 AC
RGB 93 182 172
HSL 173° 37.87% 53.92%
HSB/HSV 173° 48.90% 71.37%
CMYK 48.90% 0.00% 5.49%
28.63%

Color #5DB6AC in popluar number systems.

HEX 5D B6 AC
Decimal 93 182 172
Binary 1011101 10110110 10101100
Octal 135 266 254

Shades and tints

Shades of #5DB6AC

#5DB6AC
(93,182,172)
#55A69D
(85,166,157)
#4D968E
(77,150,142)
#45867F
(69,134,127)
#3D7670
(61,118,112)
#356661
(53,102,97)
#2D5652
(45,86,82)
#254643
(37,70,67)
#1D3634
(29,54,52)
#152625
(21,38,37)
#0D1616
(13,22,22)
#000000
(0,0,0)

Tints of #5DB6AC

#5DB6AC
(93,182,172)
#6BBCB3
(107,188,179)
#79C2BA
(121,194,186)
#87C8C1
(135,200,193)
#95CEC8
(149,206,200)
#A3D4CF
(163,212,207)
#B1DAD6
(177,218,214)
#BFE0DD
(191,224,221)
#CDE6E4
(205,230,228)
#DBECEB
(219,236,235)
#E9F2F2
(233,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DB6AC; }

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

This text font color is #5DB6AC.

Background Color

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

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

This div background color is #5DB6AC.

Border color

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

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

This div border color is #5DB6AC.

Opacity

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

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

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

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

This text has shadow with #5DB6AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DB6AC.

Preview

Color preview on black background

This text has color #5DB6AC on black background.


Color preview on white background

This text has color #5DB6AC on white background.


Black color preview on #5DB6AC background

This text has black color on #5DB6AC background.


White color preview on #5DB6AC background

This text has white color on #5DB6AC background.


Related colors

Complementary color

Complementary color for #hex is #A24953.


I love getcolorcode.com

Triadic colors

1 #AC5DB6 and #B6AC5D with #5DB6AC are triadic colors.

2 #ACB65D and #B65DAC with #5DB6AC are triadic colors.