COLOR #5CC7B1

HEX: #5CC7B1
RGB: (92,199,177)

Color info

#5CC7B1 contains mainly green and blue colors. Web safe color of #5CC7B1 is #66CC99 (or #6C9).

RGB color model

#5CC7B1 color RGB value is (92,199,177).

  • red value is 92;
  • green value is 199;
  • blue value is 177.
RGB:
(92,199,177)
(36%,78%,69%)

RGB channels and saturation

R 92 of 255 = 36%
G 199 of 255 = 78%
B 177 of 255 = 69%

92
199
177

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

Portions of RGB colors in percentages

R + G + B =
92 + 199 + 177 = 468 (100%)
R 92 of 468 ~ 19.66%
G 199 of 468 ~ 42.52%
B 177 of 468 ~ 37.82%

%19.66
%42.52
%37.82

CMYK color model

#5CC7B1 color CMYK value is (54,0,11,22).

  • cyan value is 53.77%
  • magenta value is 0.00%
  • yellow value is 11.06%
  • key color value is 21.96%
CMYK:
(54,0,11,22)
C54M0Y11K22 
(54%,0%,11%,22%)
(0.54/0.00/0.11/0.22)	

CMYK percentages

%53.77
%0
%11.06
%21.96

Codes

Color #5CC7B1 in popluar color models

5CC7B1
RGB92199177
HSL168°48.86%57.06%
HSB/HSV168°53.77%78.04%
CMYK53.77%0.00%11.06%
21.96%

Color #5CC7B1 in popluar number systems.

HEX5CC7B1
Decimal92199177
Binary10111001100011110110001
Octal134307261

Shades and tints

Shades of #5CC7B1

#5CC7B1
(92,199,177)
#54B5A1
(84,181,161)
#4CA391
(76,163,145)
#449181
(68,145,129)
#3C7F71
(60,127,113)
#346D61
(52,109,97)
#2C5B51
(44,91,81)
#244941
(36,73,65)
#1C3731
(28,55,49)
#142521
(20,37,33)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #5CC7B1

#5CC7B1
(92,199,177)
#6ACCB8
(106,204,184)
#78D1BF
(120,209,191)
#86D6C6
(134,214,198)
#94DBCD
(148,219,205)
#A2E0D4
(162,224,212)
#B0E5DB
(176,229,219)
#BEEAE2
(190,234,226)
#CCEFE9
(204,239,233)
#DAF4F0
(218,244,240)
#E8F9F7
(232,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CC7B1 color. Also use rgb(92,199,177) instead hex code.

Text Font Color

.myTextColor { color: #5CC7B1; }

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

This text font color is #5CC7B1.


Background Color

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

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

This div background color is #5CC7B1.


Border color

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

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

This div border color is #5CC7B1.


Opacity

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

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

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

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

This text has shadow with #5CC7B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CC7B1 on black background.


Color preview on white background

This text has color #5CC7B1 on white background.



Black color preview on #5CC7B1 background

This text has black color on #5CC7B1 background.


White color preview on #5CC7B1 background

This text has white color on #5CC7B1 background.