COLOR #5DC7AE

HEX: #5DC7AE
RGB: (93,199,174)

Color info

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

RGB color model

#5DC7AE color RGB value is (93,199,174).

  • red value is 93;
  • green value is 199;
  • blue value is 174.
RGB:
(93,199,174)
(36%,78%,68%)

RGB channels and saturation

R 93 of 255 = 36%
G 199 of 255 = 78%
B 174 of 255 = 68%

93
199
174

R + G + B ~ 61%. #5DC7AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
93 + 199 + 174 = 466 (100%)
R 93 of 466 ~ 19.96%
G 199 of 466 ~ 42.7%
B 174 of 466 ~ 37.34%

%19.96
%42.7
%37.34

CMYK color model

#5DC7AE color CMYK value is (53,0,13,22).

  • cyan value is 53.27%
  • magenta value is 0.00%
  • yellow value is 12.56%
  • key color value is 21.96%
CMYK:
(53,0,13,22)
C53M0Y13K22 
(53%,0%,13%,22%)
(0.53/0.00/0.13/0.22)	

CMYK percentages

%53.27
%0
%12.56
%21.96

Codes

Color #5DC7AE in popluar color models

5DC7AE
RGB93199174
HSL166°48.62%57.25%
HSB/HSV166°53.27%78.04%
CMYK53.27%0.00%12.56%
21.96%

Color #5DC7AE in popluar number systems.

HEX5DC7AE
Decimal93199174
Binary10111011100011110101110
Octal135307256

Shades and tints

Shades of #5DC7AE

#5DC7AE
(93,199,174)
#55B59F
(85,181,159)
#4DA390
(77,163,144)
#459181
(69,145,129)
#3D7F72
(61,127,114)
#356D63
(53,109,99)
#2D5B54
(45,91,84)
#254945
(37,73,69)
#1D3736
(29,55,54)
#152527
(21,37,39)
#0D1318
(13,19,24)
#000000
(0,0,0)

Tints of #5DC7AE

#5DC7AE
(93,199,174)
#6BCCB5
(107,204,181)
#79D1BC
(121,209,188)
#87D6C3
(135,214,195)
#95DBCA
(149,219,202)
#A3E0D1
(163,224,209)
#B1E5D8
(177,229,216)
#BFEADF
(191,234,223)
#CDEFE6
(205,239,230)
#DBF4ED
(219,244,237)
#E9F9F4
(233,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DC7AE color. Also use rgb(93,199,174) instead hex code.

Text Font Color

.myTextColor { color: #5DC7AE; }

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

This text font color is #5DC7AE.


Background Color

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

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

This div background color is #5DC7AE.


Border color

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

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

This div border color is #5DC7AE.


Opacity

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

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

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

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

This text has shadow with #5DC7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DC7AE on black background.


Color preview on white background

This text has color #5DC7AE on white background.



Black color preview on #5DC7AE background

This text has black color on #5DC7AE background.


White color preview on #5DC7AE background

This text has white color on #5DC7AE background.