COLOR #5BD9C4

HEX: #5BD9C4
RGB: (91,217,196)

Color info

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

RGB color model

#5BD9C4 color RGB value is (91,217,196).

  • red value is 91;
  • green value is 217;
  • blue value is 196.
RGB:
(91,217,196)
(36%,85%,77%)

RGB channels and saturation

R 91 of 255 = 36%
G 217 of 255 = 85%
B 196 of 255 = 77%

91
217
196

R + G + B ~ 66%. #5BD9C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
91 + 217 + 196 = 504 (100%)
R 91 of 504 ~ 18.06%
G 217 of 504 ~ 43.06%
B 196 of 504 ~ 38.89%

%18.06
%43.06
%38.89

CMYK color model

#5BD9C4 color CMYK value is (58,0,10,15).

  • cyan value is 58.06%
  • magenta value is 0.00%
  • yellow value is 9.68%
  • key color value is 14.90%
CMYK:
(58,0,10,15)
C58M0Y10K15 
(58%,0%,10%,15%)
(0.58/0.00/0.10/0.15)	

CMYK percentages

%58.06
%0
%9.68
%14.9

Codes

Color #5BD9C4 in popluar color models

5BD9C4
RGB91217196
HSL170°62.38%60.39%
HSB/HSV170°58.06%85.10%
CMYK58.06%0.00%9.68%
14.90%

Color #5BD9C4 in popluar number systems.

HEX5BD9C4
Decimal91217196
Binary10110111101100111000100
Octal133331304

Shades and tints

Shades of #5BD9C4

#5BD9C4
(91,217,196)
#53C6B3
(83,198,179)
#4BB3A2
(75,179,162)
#43A091
(67,160,145)
#3B8D80
(59,141,128)
#337A6F
(51,122,111)
#2B675E
(43,103,94)
#23544D
(35,84,77)
#1B413C
(27,65,60)
#132E2B
(19,46,43)
#0B1B1A
(11,27,26)
#000000
(0,0,0)

Tints of #5BD9C4

#5BD9C4
(91,217,196)
#69DCC9
(105,220,201)
#77DFCE
(119,223,206)
#85E2D3
(133,226,211)
#93E5D8
(147,229,216)
#A1E8DD
(161,232,221)
#AFEBE2
(175,235,226)
#BDEEE7
(189,238,231)
#CBF1EC
(203,241,236)
#D9F4F1
(217,244,241)
#E7F7F6
(231,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BD9C4 color. Also use rgb(91,217,196) instead hex code.

Text Font Color

.myTextColor { color: #5BD9C4; }

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

This text font color is #5BD9C4.


Background Color

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

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

This div background color is #5BD9C4.


Border color

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

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

This div border color is #5BD9C4.


Opacity

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

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

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

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

This text has shadow with #5BD9C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BD9C4 on black background.


Color preview on white background

This text has color #5BD9C4 on white background.



Black color preview on #5BD9C4 background

This text has black color on #5BD9C4 background.


White color preview on #5BD9C4 background

This text has white color on #5BD9C4 background.