COLOR #5BCFB4

HEX: #5BCFB4
RGB: (91,207,180)

Color info

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

RGB color model

#5BCFB4 color RGB value is (91,207,180).

  • red value is 91;
  • green value is 207;
  • blue value is 180.
RGB:
(91,207,180)
(36%,81%,71%)

RGB channels and saturation

R 91 of 255 = 36%
G 207 of 255 = 81%
B 180 of 255 = 71%

91
207
180

R + G + B ~ 63%. #5BCFB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
91 + 207 + 180 = 478 (100%)
R 91 of 478 ~ 19.04%
G 207 of 478 ~ 43.31%
B 180 of 478 ~ 37.66%

%19.04
%43.31
%37.66

CMYK color model

#5BCFB4 color CMYK value is (56,0,13,19).

  • cyan value is 56.04%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 18.82%
CMYK:
(56,0,13,19)
C56M0Y13K19 
(56%,0%,13%,19%)
(0.56/0.00/0.13/0.19)	

CMYK percentages

%56.04
%0
%13.04
%18.82

Codes

Color #5BCFB4 in popluar color models

5BCFB4
RGB91207180
HSL166°54.72%58.43%
HSB/HSV166°56.04%81.18%
CMYK56.04%0.00%13.04%
18.82%

Color #5BCFB4 in popluar number systems.

HEX5BCFB4
Decimal91207180
Binary10110111100111110110100
Octal133317264

Shades and tints

Shades of #5BCFB4

#5BCFB4
(91,207,180)
#53BDA4
(83,189,164)
#4BAB94
(75,171,148)
#439984
(67,153,132)
#3B8774
(59,135,116)
#337564
(51,117,100)
#2B6354
(43,99,84)
#235144
(35,81,68)
#1B3F34
(27,63,52)
#132D24
(19,45,36)
#0B1B14
(11,27,20)
#000000
(0,0,0)

Tints of #5BCFB4

#5BCFB4
(91,207,180)
#69D3BA
(105,211,186)
#77D7C0
(119,215,192)
#85DBC6
(133,219,198)
#93DFCC
(147,223,204)
#A1E3D2
(161,227,210)
#AFE7D8
(175,231,216)
#BDEBDE
(189,235,222)
#CBEFE4
(203,239,228)
#D9F3EA
(217,243,234)
#E7F7F0
(231,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BCFB4 color. Also use rgb(91,207,180) instead hex code.

Text Font Color

.myTextColor { color: #5BCFB4; }

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

This text font color is #5BCFB4.


Background Color

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

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

This div background color is #5BCFB4.


Border color

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

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

This div border color is #5BCFB4.


Opacity

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

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

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

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

This text has shadow with #5BCFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BCFB4 on black background.


Color preview on white background

This text has color #5BCFB4 on white background.



Black color preview on #5BCFB4 background

This text has black color on #5BCFB4 background.


White color preview on #5BCFB4 background

This text has white color on #5BCFB4 background.