COLOR #5BD6C2

HEX: #5BD6C2
RGB: (91,214,194)

Color info

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

RGB color model

#5BD6C2 color RGB value is (91,214,194).

  • red value is 91;
  • green value is 214;
  • blue value is 194.
RGB:
(91,214,194)
(36%,84%,76%)

RGB channels and saturation

R 91 of 255 = 36%
G 214 of 255 = 84%
B 194 of 255 = 76%

91
214
194

R + G + B ~ 65%. #5BD6C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
91 + 214 + 194 = 499 (100%)
R 91 of 499 ~ 18.24%
G 214 of 499 ~ 42.89%
B 194 of 499 ~ 38.88%

%18.24
%42.89
%38.88

CMYK color model

#5BD6C2 color CMYK value is (57,0,9,16).

  • cyan value is 57.48%
  • magenta value is 0.00%
  • yellow value is 9.35%
  • key color value is 16.08%
CMYK:
(57,0,9,16)
C57M0Y9K16 
(57%,0%,9%,16%)
(0.57/0.00/0.09/0.16)	

CMYK percentages

%57.48
%0
%9.35
%16.08

Codes

Color #5BD6C2 in popluar color models

5BD6C2
RGB91214194
HSL170°60.00%59.80%
HSB/HSV170°57.48%83.92%
CMYK57.48%0.00%9.35%
16.08%

Color #5BD6C2 in popluar number systems.

HEX5BD6C2
Decimal91214194
Binary10110111101011011000010
Octal133326302

Shades and tints

Shades of #5BD6C2

#5BD6C2
(91,214,194)
#53C3B1
(83,195,177)
#4BB0A0
(75,176,160)
#439D8F
(67,157,143)
#3B8A7E
(59,138,126)
#33776D
(51,119,109)
#2B645C
(43,100,92)
#23514B
(35,81,75)
#1B3E3A
(27,62,58)
#132B29
(19,43,41)
#0B1818
(11,24,24)
#000000
(0,0,0)

Tints of #5BD6C2

#5BD6C2
(91,214,194)
#69D9C7
(105,217,199)
#77DCCC
(119,220,204)
#85DFD1
(133,223,209)
#93E2D6
(147,226,214)
#A1E5DB
(161,229,219)
#AFE8E0
(175,232,224)
#BDEBE5
(189,235,229)
#CBEEEA
(203,238,234)
#D9F1EF
(217,241,239)
#E7F4F4
(231,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BD6C2 color. Also use rgb(91,214,194) instead hex code.

Text Font Color

.myTextColor { color: #5BD6C2; }

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

This text font color is #5BD6C2.


Background Color

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

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

This div background color is #5BD6C2.


Border color

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

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

This div border color is #5BD6C2.


Opacity

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

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

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

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

This text has shadow with #5BD6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BD6C2 on black background.


Color preview on white background

This text has color #5BD6C2 on white background.



Black color preview on #5BD6C2 background

This text has black color on #5BD6C2 background.


White color preview on #5BD6C2 background

This text has white color on #5BD6C2 background.