COLOR #5DB1A0

HEX: #5DB1A0 RGB: (93,177,160)

Color info

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

RGB color model

#5DB1A0 color RGB value is (93,177,160).

RGB: (93,177,160) (36%, 69%, 63%)

RGB channels and saturation

R 93 of 255 = 36%
G 177 of 255 = 69%
B 160 of 255 = 63%

93
177
160

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

Portions of RGB colors in percentages

R + G + B = 93 + 177 + 160 = 430 (100%)
R 93 of 430 ~ 21.63%
G 177 of 430 ~ 41.16%
B 160 of 430 ~ 37.21'%

%21.63
%41.16
%37.21

CMYK color model

#5DB1A0 color CMYK value is (47,0,10,31).

  • cyan value is 47.46%
  • magenta value is 0.00%
  • yellow value is 9.60%
  • key color value is 30.59%

CMYK: (47,0,10,31)
C47M0Y10K31 (47%, 0%, 10%, 31%)
(0.47 / 0.00 / 0.10 / 0.31)

CMYK percentages

%47.46
%0
%9.6
%30.59

Codes

Color #5DB1A0 in popluar color models

5D B1 A0
RGB 93 177 160
HSL 168° 35.00% 52.94%
HSB/HSV 168° 47.46% 69.41%
CMYK 47.46% 0.00% 9.60%
30.59%

Color #5DB1A0 in popluar number systems.

HEX 5D B1 A0
Decimal 93 177 160
Binary 1011101 10110001 10100000
Octal 135 261 240

Shades and tints

Shades of #5DB1A0

#5DB1A0
(93,177,160)
#55A192
(85,161,146)
#4D9184
(77,145,132)
#458176
(69,129,118)
#3D7168
(61,113,104)
#35615A
(53,97,90)
#2D514C
(45,81,76)
#25413E
(37,65,62)
#1D3130
(29,49,48)
#152122
(21,33,34)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #5DB1A0

#5DB1A0
(93,177,160)
#6BB8A8
(107,184,168)
#79BFB0
(121,191,176)
#87C6B8
(135,198,184)
#95CDC0
(149,205,192)
#A3D4C8
(163,212,200)
#B1DBD0
(177,219,208)
#BFE2D8
(191,226,216)
#CDE9E0
(205,233,224)
#DBF0E8
(219,240,232)
#E9F7F0
(233,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DB1A0 color. Also use rgb(93,177,160) instead hex code.

Text Font Color

.myTextColor { color: #5DB1A0; }

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

This text font color is #5DB1A0.

Background Color

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

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

This div background color is #5DB1A0.

Border color

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

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

This div border color is #5DB1A0.

Opacity

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

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

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

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

This text has shadow with #5DB1A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DB1A0.

Preview

Color preview on black background

This text has color #5DB1A0 on black background.


Color preview on white background

This text has color #5DB1A0 on white background.


Black color preview on #5DB1A0 background

This text has black color on #5DB1A0 background.


White color preview on #5DB1A0 background

This text has white color on #5DB1A0 background.


Related colors

Complementary color

Complementary color for #hex is #A24E5F.


I love getcolorcode.com

Triadic colors

1 #A05DB1 and #B1A05D with #5DB1A0 are triadic colors.

2 #A0B15D and #B15DA0 with #5DB1A0 are triadic colors.