COLOR #5DC5AA

HEX: #5DC5AA RGB: (93,197,170)

Color info

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

RGB color model

#5DC5AA color RGB value is (93,197,170).

RGB: (93,197,170) (36%, 77%, 67%)

RGB channels and saturation

R 93 of 255 = 36%
G 197 of 255 = 77%
B 170 of 255 = 67%

93
197
170

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

Portions of RGB colors in percentages

R + G + B = 93 + 197 + 170 = 460 (100%)
R 93 of 460 ~ 20.22%
G 197 of 460 ~ 42.83%
B 170 of 460 ~ 36.96'%

%20.22
%42.83
%36.96

CMYK color model

#5DC5AA color CMYK value is (53,0,14,23).

  • cyan value is 52.79%
  • magenta value is 0.00%
  • yellow value is 13.71%
  • key color value is 22.75%

CMYK: (53,0,14,23)
C53M0Y14K23 (53%, 0%, 14%, 23%)
(0.53 / 0.00 / 0.14 / 0.23)

CMYK percentages

%52.79
%0
%13.71
%22.75

Codes

Color #5DC5AA in popluar color models

5D C5 AA
RGB 93 197 170
HSL 164° 47.27% 56.86%
HSB/HSV 164° 52.79% 77.25%
CMYK 52.79% 0.00% 13.71%
22.75%

Color #5DC5AA in popluar number systems.

HEX 5D C5 AA
Decimal 93 197 170
Binary 1011101 11000101 10101010
Octal 135 305 252

Shades and tints

Shades of #5DC5AA

#5DC5AA
(93,197,170)
#55B49B
(85,180,155)
#4DA38C
(77,163,140)
#45927D
(69,146,125)
#3D816E
(61,129,110)
#35705F
(53,112,95)
#2D5F50
(45,95,80)
#254E41
(37,78,65)
#1D3D32
(29,61,50)
#152C23
(21,44,35)
#0D1B14
(13,27,20)
#000000
(0,0,0)

Tints of #5DC5AA

#5DC5AA
(93,197,170)
#6BCAB1
(107,202,177)
#79CFB8
(121,207,184)
#87D4BF
(135,212,191)
#95D9C6
(149,217,198)
#A3DECD
(163,222,205)
#B1E3D4
(177,227,212)
#BFE8DB
(191,232,219)
#CDEDE2
(205,237,226)
#DBF2E9
(219,242,233)
#E9F7F0
(233,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DC5AA color. Also use rgb(93,197,170) instead hex code.

Text Font Color

.myTextColor { color: #5DC5AA; }

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

This text font color is #5DC5AA.

Background Color

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

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

This div background color is #5DC5AA.

Border color

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

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

This div border color is #5DC5AA.

Opacity

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

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

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

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

This text has shadow with #5DC5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DC5AA.

Preview

Color preview on black background

This text has color #5DC5AA on black background.


Color preview on white background

This text has color #5DC5AA on white background.


Black color preview on #5DC5AA background

This text has black color on #5DC5AA background.


White color preview on #5DC5AA background

This text has white color on #5DC5AA background.


Related colors

Complementary color

Complementary color for #hex is #A23A55.


I love getcolorcode.com

Triadic colors

1 #AA5DC5 and #C5AA5D with #5DC5AA are triadic colors.

2 #AAC55D and #C55DAA with #5DC5AA are triadic colors.