COLOR #5BCDC1

HEX: #5BCDC1
RGB: (91,205,193)

Color info

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

RGB color model

#5BCDC1 color RGB value is (91,205,193).

  • red value is 91;
  • green value is 205;
  • blue value is 193.
RGB:
(91,205,193)
(36%,80%,76%)

RGB channels and saturation

R 91 of 255 = 36%
G 205 of 255 = 80%
B 193 of 255 = 76%

91
205
193

R + G + B ~ 64%. #5BCDC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
91 + 205 + 193 = 489 (100%)
R 91 of 489 ~ 18.61%
G 205 of 489 ~ 41.92%
B 193 of 489 ~ 39.47%

%18.61
%41.92
%39.47

CMYK color model

#5BCDC1 color CMYK value is (56,0,6,20).

  • cyan value is 55.61%
  • magenta value is 0.00%
  • yellow value is 5.85%
  • key color value is 19.61%
CMYK:
(56,0,6,20)
C56M0Y6K20 
(56%,0%,6%,20%)
(0.56/0.00/0.06/0.20)	

CMYK percentages

%55.61
%0
%5.85
%19.61

Codes

Color #5BCDC1 in popluar color models

5BCDC1
RGB91205193
HSL174°53.27%58.04%
HSB/HSV174°55.61%80.39%
CMYK55.61%0.00%5.85%
19.61%

Color #5BCDC1 in popluar number systems.

HEX5BCDC1
Decimal91205193
Binary10110111100110111000001
Octal133315301

Shades and tints

Shades of #5BCDC1

#5BCDC1
(91,205,193)
#53BBB0
(83,187,176)
#4BA99F
(75,169,159)
#43978E
(67,151,142)
#3B857D
(59,133,125)
#33736C
(51,115,108)
#2B615B
(43,97,91)
#234F4A
(35,79,74)
#1B3D39
(27,61,57)
#132B28
(19,43,40)
#0B1917
(11,25,23)
#000000
(0,0,0)

Tints of #5BCDC1

#5BCDC1
(91,205,193)
#69D1C6
(105,209,198)
#77D5CB
(119,213,203)
#85D9D0
(133,217,208)
#93DDD5
(147,221,213)
#A1E1DA
(161,225,218)
#AFE5DF
(175,229,223)
#BDE9E4
(189,233,228)
#CBEDE9
(203,237,233)
#D9F1EE
(217,241,238)
#E7F5F3
(231,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BCDC1 color. Also use rgb(91,205,193) instead hex code.

Text Font Color

.myTextColor { color: #5BCDC1; }

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

This text font color is #5BCDC1.


Background Color

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

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

This div background color is #5BCDC1.


Border color

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

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

This div border color is #5BCDC1.


Opacity

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

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

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

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

This text has shadow with #5BCDC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BCDC1 on black background.


Color preview on white background

This text has color #5BCDC1 on white background.



Black color preview on #5BCDC1 background

This text has black color on #5BCDC1 background.


White color preview on #5BCDC1 background

This text has white color on #5BCDC1 background.