COLOR #5DADBA

HEX: #5DADBA RGB: (93,173,186)

Color info

#5DADBA contains mainly green and blue colors. Web safe color of #5DADBA is #6699CC (or #69C).

RGB color model

#5DADBA color RGB value is (93,173,186).

RGB: (93,173,186) (36%, 68%, 73%)

RGB channels and saturation

R 93 of 255 = 36%
G 173 of 255 = 68%
B 186 of 255 = 73%

93
173
186

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

Portions of RGB colors in percentages

R + G + B = 93 + 173 + 186 = 452 (100%)
R 93 of 452 ~ 20.58%
G 173 of 452 ~ 38.27%
B 186 of 452 ~ 41.15'%

%20.58
%38.27
%41.15

CMYK color model

#5DADBA color CMYK value is (50,7,0,27).

  • cyan value is 50.00%
  • magenta value is 6.99%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (50,7,0,27)
C50M7Y0K27 (50%, 7%, 0%, 27%)
(0.50 / 0.07 / 0.00 / 0.27)

CMYK percentages

%50
%6.99
%0
%27.06

Codes

Color #5DADBA in popluar color models

5D AD BA
RGB 93 173 186
HSL 188° 40.26% 54.71%
HSB/HSV 188° 50.00% 72.94%
CMYK 50.00% 6.99% 0.00%
27.06%

Color #5DADBA in popluar number systems.

HEX 5D AD BA
Decimal 93 173 186
Binary 1011101 10101101 10111010
Octal 135 255 272

Shades and tints

Shades of #5DADBA

#5DADBA
(93,173,186)
#559EAA
(85,158,170)
#4D8F9A
(77,143,154)
#45808A
(69,128,138)
#3D717A
(61,113,122)
#35626A
(53,98,106)
#2D535A
(45,83,90)
#25444A
(37,68,74)
#1D353A
(29,53,58)
#15262A
(21,38,42)
#0D171A
(13,23,26)
#000000
(0,0,0)

Tints of #5DADBA

#5DADBA
(93,173,186)
#6BB4C0
(107,180,192)
#79BBC6
(121,187,198)
#87C2CC
(135,194,204)
#95C9D2
(149,201,210)
#A3D0D8
(163,208,216)
#B1D7DE
(177,215,222)
#BFDEE4
(191,222,228)
#CDE5EA
(205,229,234)
#DBECF0
(219,236,240)
#E9F3F6
(233,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DADBA color. Also use rgb(93,173,186) instead hex code.

Text Font Color

.myTextColor { color: #5DADBA; }

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

This text font color is #5DADBA.

Background Color

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

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

This div background color is #5DADBA.

Border color

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

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

This div border color is #5DADBA.

Opacity

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

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

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

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

This text has shadow with #5DADBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DADBA.

Preview

Color preview on black background

This text has color #5DADBA on black background.


Color preview on white background

This text has color #5DADBA on white background.


Black color preview on #5DADBA background

This text has black color on #5DADBA background.


White color preview on #5DADBA background

This text has white color on #5DADBA background.


Related colors

Complementary color

Complementary color for #hex is #A25245.


I love getcolorcode.com

Triadic colors

1 #BA5DAD and #ADBA5D with #5DADBA are triadic colors.

2 #BAAD5D and #AD5DBA with #5DADBA are triadic colors.