COLOR #5CC7BF

HEX: #5CC7BF
RGB: (92,199,191)

Color info

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

RGB color model

#5CC7BF color RGB value is (92,199,191).

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

RGB channels and saturation

R 92 of 255 = 36%
G 199 of 255 = 78%
B 191 of 255 = 75%

92
199
191

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

Portions of RGB colors in percentages

R + G + B =
92 + 199 + 191 = 482 (100%)
R 92 of 482 ~ 19.09%
G 199 of 482 ~ 41.29%
B 191 of 482 ~ 39.63%

%19.09
%41.29
%39.63

CMYK color model

#5CC7BF color CMYK value is (54,0,4,22).

  • cyan value is 53.77%
  • magenta value is 0.00%
  • yellow value is 4.02%
  • key color value is 21.96%
CMYK:
(54,0,4,22)
C54M0Y4K22 
(54%,0%,4%,22%)
(0.54/0.00/0.04/0.22)	

CMYK percentages

%53.77
%0
%4.02
%21.96

Codes

Color #5CC7BF in popluar color models

5CC7BF
RGB92199191
HSL176°48.86%57.06%
HSB/HSV176°53.77%78.04%
CMYK53.77%0.00%4.02%
21.96%

Color #5CC7BF in popluar number systems.

HEX5CC7BF
Decimal92199191
Binary10111001100011110111111
Octal134307277

Shades and tints

Shades of #5CC7BF

#5CC7BF
(92,199,191)
#54B5AE
(84,181,174)
#4CA39D
(76,163,157)
#44918C
(68,145,140)
#3C7F7B
(60,127,123)
#346D6A
(52,109,106)
#2C5B59
(44,91,89)
#244948
(36,73,72)
#1C3737
(28,55,55)
#142526
(20,37,38)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #5CC7BF

#5CC7BF
(92,199,191)
#6ACCC4
(106,204,196)
#78D1C9
(120,209,201)
#86D6CE
(134,214,206)
#94DBD3
(148,219,211)
#A2E0D8
(162,224,216)
#B0E5DD
(176,229,221)
#BEEAE2
(190,234,226)
#CCEFE7
(204,239,231)
#DAF4EC
(218,244,236)
#E8F9F1
(232,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CC7BF; }

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

This text font color is #5CC7BF.


Background Color

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

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

This div background color is #5CC7BF.


Border color

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

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

This div border color is #5CC7BF.


Opacity

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

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

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

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

This text has shadow with #5CC7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CC7BF on black background.


Color preview on white background

This text has color #5CC7BF on white background.



Black color preview on #5CC7BF background

This text has black color on #5CC7BF background.


White color preview on #5CC7BF background

This text has white color on #5CC7BF background.