COLOR #5CC3C7

HEX: #5CC3C7
RGB: (92,195,199)

Color info

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

RGB color model

#5CC3C7 color RGB value is (92,195,199).

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

RGB channels and saturation

R 92 of 255 = 36%
G 195 of 255 = 76%
B 199 of 255 = 78%

92
195
199

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

Portions of RGB colors in percentages

R + G + B =
92 + 195 + 199 = 486 (100%)
R 92 of 486 ~ 18.93%
G 195 of 486 ~ 40.12%
B 199 of 486 ~ 40.95%

%18.93
%40.12
%40.95

CMYK color model

#5CC3C7 color CMYK value is (54,2,0,22).

  • cyan value is 53.77%
  • magenta value is 2.01%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(54,2,0,22)
C54M2Y0K22 
(54%,2%,0%,22%)
(0.54/0.02/0.00/0.22)	

CMYK percentages

%53.77
%2.01
%0
%21.96

Codes

Color #5CC3C7 in popluar color models

5CC3C7
RGB92195199
HSL182°48.86%57.06%
HSB/HSV182°53.77%78.04%
CMYK53.77%2.01%0.00%
21.96%

Color #5CC3C7 in popluar number systems.

HEX5CC3C7
Decimal92195199
Binary10111001100001111000111
Octal134303307

Shades and tints

Shades of #5CC3C7

#5CC3C7
(92,195,199)
#54B2B5
(84,178,181)
#4CA1A3
(76,161,163)
#449091
(68,144,145)
#3C7F7F
(60,127,127)
#346E6D
(52,110,109)
#2C5D5B
(44,93,91)
#244C49
(36,76,73)
#1C3B37
(28,59,55)
#142A25
(20,42,37)
#0C1913
(12,25,19)
#000000
(0,0,0)

Tints of #5CC3C7

#5CC3C7
(92,195,199)
#6AC8CC
(106,200,204)
#78CDD1
(120,205,209)
#86D2D6
(134,210,214)
#94D7DB
(148,215,219)
#A2DCE0
(162,220,224)
#B0E1E5
(176,225,229)
#BEE6EA
(190,230,234)
#CCEBEF
(204,235,239)
#DAF0F4
(218,240,244)
#E8F5F9
(232,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CC3C7; }

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

This text font color is #5CC3C7.


Background Color

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

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

This div background color is #5CC3C7.


Border color

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

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

This div border color is #5CC3C7.


Opacity

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

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

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

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

This text has shadow with #5CC3C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CC3C7 on black background.


Color preview on white background

This text has color #5CC3C7 on white background.



Black color preview on #5CC3C7 background

This text has black color on #5CC3C7 background.


White color preview on #5CC3C7 background

This text has white color on #5CC3C7 background.