COLOR #5CC2A0

HEX: #5CC2A0
RGB: (92,194,160)

Color info

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

RGB color model

#5CC2A0 color RGB value is (92,194,160).

  • red value is 92;
  • green value is 194;
  • blue value is 160.
RGB:
(92,194,160)
(36%,76%,63%)

RGB channels and saturation

R 92 of 255 = 36%
G 194 of 255 = 76%
B 160 of 255 = 63%

92
194
160

R + G + B ~ 58%. #5CC2A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
92 + 194 + 160 = 446 (100%)
R 92 of 446 ~ 20.63%
G 194 of 446 ~ 43.5%
B 160 of 446 ~ 35.87%

%20.63
%43.5
%35.87

CMYK color model

#5CC2A0 color CMYK value is (53,0,18,24).

  • cyan value is 52.58%
  • magenta value is 0.00%
  • yellow value is 17.53%
  • key color value is 23.92%
CMYK:
(53,0,18,24)
C53M0Y18K24 
(53%,0%,18%,24%)
(0.53/0.00/0.18/0.24)	

CMYK percentages

%52.58
%0
%17.53
%23.92

Codes

Color #5CC2A0 in popluar color models

5CC2A0
RGB92194160
HSL160°45.54%56.08%
HSB/HSV160°52.58%76.08%
CMYK52.58%0.00%17.53%
23.92%

Color #5CC2A0 in popluar number systems.

HEX5CC2A0
Decimal92194160
Binary10111001100001010100000
Octal134302240

Shades and tints

Shades of #5CC2A0

#5CC2A0
(92,194,160)
#54B192
(84,177,146)
#4CA084
(76,160,132)
#448F76
(68,143,118)
#3C7E68
(60,126,104)
#346D5A
(52,109,90)
#2C5C4C
(44,92,76)
#244B3E
(36,75,62)
#1C3A30
(28,58,48)
#142922
(20,41,34)
#0C1814
(12,24,20)
#000000
(0,0,0)

Tints of #5CC2A0

#5CC2A0
(92,194,160)
#6AC7A8
(106,199,168)
#78CCB0
(120,204,176)
#86D1B8
(134,209,184)
#94D6C0
(148,214,192)
#A2DBC8
(162,219,200)
#B0E0D0
(176,224,208)
#BEE5D8
(190,229,216)
#CCEAE0
(204,234,224)
#DAEFE8
(218,239,232)
#E8F4F0
(232,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CC2A0 color. Also use rgb(92,194,160) instead hex code.

Text Font Color

.myTextColor { color: #5CC2A0; }

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

This text font color is #5CC2A0.


Background Color

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

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

This div background color is #5CC2A0.


Border color

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

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

This div border color is #5CC2A0.


Opacity

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

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

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

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

This text has shadow with #5CC2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CC2A0 on black background.


Color preview on white background

This text has color #5CC2A0 on white background.



Black color preview on #5CC2A0 background

This text has black color on #5CC2A0 background.


White color preview on #5CC2A0 background

This text has white color on #5CC2A0 background.