COLOR #5FC0B6

HEX: #5FC0B6
RGB: (95,192,182)

Color info

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

RGB color model

#5FC0B6 color RGB value is (95,192,182).

  • red value is 95;
  • green value is 192;
  • blue value is 182.
RGB:
(95,192,182)
(37%,75%,71%)

RGB channels and saturation

R 95 of 255 = 37%
G 192 of 255 = 75%
B 182 of 255 = 71%

95
192
182

R + G + B ~ 61%. #5FC0B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
95 + 192 + 182 = 469 (100%)
R 95 of 469 ~ 20.26%
G 192 of 469 ~ 40.94%
B 182 of 469 ~ 38.81%

%20.26
%40.94
%38.81

CMYK color model

#5FC0B6 color CMYK value is (51,0,5,25).

  • cyan value is 50.52%
  • magenta value is 0.00%
  • yellow value is 5.21%
  • key color value is 24.71%
CMYK:
(51,0,5,25)
C51M0Y5K25 
(51%,0%,5%,25%)
(0.51/0.00/0.05/0.25)	

CMYK percentages

%50.52
%0
%5.21
%24.71

Codes

Color #5FC0B6 in popluar color models

5FC0B6
RGB95192182
HSL174°43.50%56.27%
HSB/HSV174°50.52%75.29%
CMYK50.52%0.00%5.21%
24.71%

Color #5FC0B6 in popluar number systems.

HEX5FC0B6
Decimal95192182
Binary10111111100000010110110
Octal137300266

Shades and tints

Shades of #5FC0B6

#5FC0B6
(95,192,182)
#57AFA6
(87,175,166)
#4F9E96
(79,158,150)
#478D86
(71,141,134)
#3F7C76
(63,124,118)
#376B66
(55,107,102)
#2F5A56
(47,90,86)
#274946
(39,73,70)
#1F3836
(31,56,54)
#172726
(23,39,38)
#0F1616
(15,22,22)
#000000
(0,0,0)

Tints of #5FC0B6

#5FC0B6
(95,192,182)
#6DC5BC
(109,197,188)
#7BCAC2
(123,202,194)
#89CFC8
(137,207,200)
#97D4CE
(151,212,206)
#A5D9D4
(165,217,212)
#B3DEDA
(179,222,218)
#C1E3E0
(193,227,224)
#CFE8E6
(207,232,230)
#DDEDEC
(221,237,236)
#EBF2F2
(235,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FC0B6 color. Also use rgb(95,192,182) instead hex code.

Text Font Color

.myTextColor { color: #5FC0B6; }

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

This text font color is #5FC0B6.


Background Color

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

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

This div background color is #5FC0B6.


Border color

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

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

This div border color is #5FC0B6.


Opacity

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

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

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

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

This text has shadow with #5FC0B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FC0B6 on black background.


Color preview on white background

This text has color #5FC0B6 on white background.



Black color preview on #5FC0B6 background

This text has black color on #5FC0B6 background.


White color preview on #5FC0B6 background

This text has white color on #5FC0B6 background.