COLOR #5DC4AB

HEX: #5DC4AB
RGB: (93,196,171)

Color info

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

RGB color model

#5DC4AB color RGB value is (93,196,171).

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

RGB channels and saturation

R 93 of 255 = 36%
G 196 of 255 = 77%
B 171 of 255 = 67%

93
196
171

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

Portions of RGB colors in percentages

R + G + B =
93 + 196 + 171 = 460 (100%)
R 93 of 460 ~ 20.22%
G 196 of 460 ~ 42.61%
B 171 of 460 ~ 37.17%

%20.22
%42.61
%37.17

CMYK color model

#5DC4AB color CMYK value is (53,0,13,23).

  • cyan value is 52.55%
  • magenta value is 0.00%
  • yellow value is 12.76%
  • key color value is 23.14%
CMYK:
(53,0,13,23)
C53M0Y13K23 
(53%,0%,13%,23%)
(0.53/0.00/0.13/0.23)	

CMYK percentages

%52.55
%0
%12.76
%23.14

Codes

Color #5DC4AB in popluar color models

5DC4AB
RGB93196171
HSL165°46.61%56.67%
HSB/HSV165°52.55%76.86%
CMYK52.55%0.00%12.76%
23.14%

Color #5DC4AB in popluar number systems.

HEX5DC4AB
Decimal93196171
Binary10111011100010010101011
Octal135304253

Shades and tints

Shades of #5DC4AB

#5DC4AB
(93,196,171)
#55B39C
(85,179,156)
#4DA28D
(77,162,141)
#45917E
(69,145,126)
#3D806F
(61,128,111)
#356F60
(53,111,96)
#2D5E51
(45,94,81)
#254D42
(37,77,66)
#1D3C33
(29,60,51)
#152B24
(21,43,36)
#0D1A15
(13,26,21)
#000000
(0,0,0)

Tints of #5DC4AB

#5DC4AB
(93,196,171)
#6BC9B2
(107,201,178)
#79CEB9
(121,206,185)
#87D3C0
(135,211,192)
#95D8C7
(149,216,199)
#A3DDCE
(163,221,206)
#B1E2D5
(177,226,213)
#BFE7DC
(191,231,220)
#CDECE3
(205,236,227)
#DBF1EA
(219,241,234)
#E9F6F1
(233,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DC4AB; }

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

This text font color is #5DC4AB.


Background Color

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

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

This div background color is #5DC4AB.


Border color

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

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

This div border color is #5DC4AB.


Opacity

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

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

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

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

This text has shadow with #5DC4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DC4AB on black background.


Color preview on white background

This text has color #5DC4AB on white background.



Black color preview on #5DC4AB background

This text has black color on #5DC4AB background.


White color preview on #5DC4AB background

This text has white color on #5DC4AB background.