COLOR #5DD7AB

HEX: #5DD7AB
RGB: (93,215,171)

Color info

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

RGB color model

#5DD7AB color RGB value is (93,215,171).

  • red value is 93;
  • green value is 215;
  • blue value is 171.
RGB:
(93,215,171)
(36%,84%,67%)

RGB channels and saturation

R 93 of 255 = 36%
G 215 of 255 = 84%
B 171 of 255 = 67%

93
215
171

R + G + B ~ 62%. #5DD7AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
93 + 215 + 171 = 479 (100%)
R 93 of 479 ~ 19.42%
G 215 of 479 ~ 44.89%
B 171 of 479 ~ 35.7%

%19.42
%44.89
%35.7

CMYK color model

#5DD7AB color CMYK value is (57,0,20,16).

  • cyan value is 56.74%
  • magenta value is 0.00%
  • yellow value is 20.47%
  • key color value is 15.69%
CMYK:
(57,0,20,16)
C57M0Y20K16 
(57%,0%,20%,16%)
(0.57/0.00/0.20/0.16)	

CMYK percentages

%56.74
%0
%20.47
%15.69

Codes

Color #5DD7AB in popluar color models

5DD7AB
RGB93215171
HSL158°60.40%60.39%
HSB/HSV158°56.74%84.31%
CMYK56.74%0.00%20.47%
15.69%

Color #5DD7AB in popluar number systems.

HEX5DD7AB
Decimal93215171
Binary10111011101011110101011
Octal135327253

Shades and tints

Shades of #5DD7AB

#5DD7AB
(93,215,171)
#55C49C
(85,196,156)
#4DB18D
(77,177,141)
#459E7E
(69,158,126)
#3D8B6F
(61,139,111)
#357860
(53,120,96)
#2D6551
(45,101,81)
#255242
(37,82,66)
#1D3F33
(29,63,51)
#152C24
(21,44,36)
#0D1915
(13,25,21)
#000000
(0,0,0)

Tints of #5DD7AB

#5DD7AB
(93,215,171)
#6BDAB2
(107,218,178)
#79DDB9
(121,221,185)
#87E0C0
(135,224,192)
#95E3C7
(149,227,199)
#A3E6CE
(163,230,206)
#B1E9D5
(177,233,213)
#BFECDC
(191,236,220)
#CDEFE3
(205,239,227)
#DBF2EA
(219,242,234)
#E9F5F1
(233,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DD7AB color. Also use rgb(93,215,171) instead hex code.

Text Font Color

.myTextColor { color: #5DD7AB; }

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

This text font color is #5DD7AB.


Background Color

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

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

This div background color is #5DD7AB.


Border color

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

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

This div border color is #5DD7AB.


Opacity

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

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

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

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

This text has shadow with #5DD7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DD7AB on black background.


Color preview on white background

This text has color #5DD7AB on white background.



Black color preview on #5DD7AB background

This text has black color on #5DD7AB background.


White color preview on #5DD7AB background

This text has white color on #5DD7AB background.