COLOR #5DCDB6

HEX: #5DCDB6
RGB: (93,205,182)

Color info

#5DCDB6 contains mainly green and blue colors. Web safe color of #5DCDB6 is #66CCCC (or #6CC).

RGB color model

#5DCDB6 color RGB value is (93,205,182).

  • red value is 93;
  • green value is 205;
  • blue value is 182.
RGB:
(93,205,182)
(36%,80%,71%)

RGB channels and saturation

R 93 of 255 = 36%
G 205 of 255 = 80%
B 182 of 255 = 71%

93
205
182

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

Portions of RGB colors in percentages

R + G + B =
93 + 205 + 182 = 480 (100%)
R 93 of 480 ~ 19.38%
G 205 of 480 ~ 42.71%
B 182 of 480 ~ 37.92%

%19.38
%42.71
%37.92

CMYK color model

#5DCDB6 color CMYK value is (55,0,11,20).

  • cyan value is 54.63%
  • magenta value is 0.00%
  • yellow value is 11.22%
  • key color value is 19.61%
CMYK:
(55,0,11,20)
C55M0Y11K20 
(55%,0%,11%,20%)
(0.55/0.00/0.11/0.20)	

CMYK percentages

%54.63
%0
%11.22
%19.61

Codes

Color #5DCDB6 in popluar color models

5DCDB6
RGB93205182
HSL168°52.83%58.43%
HSB/HSV168°54.63%80.39%
CMYK54.63%0.00%11.22%
19.61%

Color #5DCDB6 in popluar number systems.

HEX5DCDB6
Decimal93205182
Binary10111011100110110110110
Octal135315266

Shades and tints

Shades of #5DCDB6

#5DCDB6
(93,205,182)
#55BBA6
(85,187,166)
#4DA996
(77,169,150)
#459786
(69,151,134)
#3D8576
(61,133,118)
#357366
(53,115,102)
#2D6156
(45,97,86)
#254F46
(37,79,70)
#1D3D36
(29,61,54)
#152B26
(21,43,38)
#0D1916
(13,25,22)
#000000
(0,0,0)

Tints of #5DCDB6

#5DCDB6
(93,205,182)
#6BD1BC
(107,209,188)
#79D5C2
(121,213,194)
#87D9C8
(135,217,200)
#95DDCE
(149,221,206)
#A3E1D4
(163,225,212)
#B1E5DA
(177,229,218)
#BFE9E0
(191,233,224)
#CDEDE6
(205,237,230)
#DBF1EC
(219,241,236)
#E9F5F2
(233,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DCDB6 color. Also use rgb(93,205,182) instead hex code.

Text Font Color

.myTextColor { color: #5DCDB6; }

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

This text font color is #5DCDB6.


Background Color

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

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

This div background color is #5DCDB6.


Border color

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

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

This div border color is #5DCDB6.


Opacity

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

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

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

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

This text has shadow with #5DCDB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DCDB6 on black background.


Color preview on white background

This text has color #5DCDB6 on white background.



Black color preview on #5DCDB6 background

This text has black color on #5DCDB6 background.


White color preview on #5DCDB6 background

This text has white color on #5DCDB6 background.