COLOR #5DCBB6

HEX: #5DCBB6
RGB: (93,203,182)

Color info

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

RGB color model

#5DCBB6 color RGB value is (93,203,182).

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

RGB channels and saturation

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

93
203
182

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

Portions of RGB colors in percentages

R + G + B =
93 + 203 + 182 = 478 (100%)
R 93 of 478 ~ 19.46%
G 203 of 478 ~ 42.47%
B 182 of 478 ~ 38.08%

%19.46
%42.47
%38.08

CMYK color model

#5DCBB6 color CMYK value is (54,0,10,20).

  • cyan value is 54.19%
  • magenta value is 0.00%
  • yellow value is 10.34%
  • key color value is 20.39%
CMYK:
(54,0,10,20)
C54M0Y10K20 
(54%,0%,10%,20%)
(0.54/0.00/0.10/0.20)	

CMYK percentages

%54.19
%0
%10.34
%20.39

Codes

Color #5DCBB6 in popluar color models

5DCBB6
RGB93203182
HSL169°51.40%58.04%
HSB/HSV169°54.19%79.61%
CMYK54.19%0.00%10.34%
20.39%

Color #5DCBB6 in popluar number systems.

HEX5DCBB6
Decimal93203182
Binary10111011100101110110110
Octal135313266

Shades and tints

Shades of #5DCBB6

#5DCBB6
(93,203,182)
#55B9A6
(85,185,166)
#4DA796
(77,167,150)
#459586
(69,149,134)
#3D8376
(61,131,118)
#357166
(53,113,102)
#2D5F56
(45,95,86)
#254D46
(37,77,70)
#1D3B36
(29,59,54)
#152926
(21,41,38)
#0D1716
(13,23,22)
#000000
(0,0,0)

Tints of #5DCBB6

#5DCBB6
(93,203,182)
#6BCFBC
(107,207,188)
#79D3C2
(121,211,194)
#87D7C8
(135,215,200)
#95DBCE
(149,219,206)
#A3DFD4
(163,223,212)
#B1E3DA
(177,227,218)
#BFE7E0
(191,231,224)
#CDEBE6
(205,235,230)
#DBEFEC
(219,239,236)
#E9F3F2
(233,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DCBB6; }

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

This text font color is #5DCBB6.


Background Color

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

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

This div background color is #5DCBB6.


Border color

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

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

This div border color is #5DCBB6.


Opacity

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

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

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

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

This text has shadow with #5DCBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DCBB6 on black background.


Color preview on white background

This text has color #5DCBB6 on white background.



Black color preview on #5DCBB6 background

This text has black color on #5DCBB6 background.


White color preview on #5DCBB6 background

This text has white color on #5DCBB6 background.