COLOR #5CCAA7

HEX: #5CCAA7
RGB: (92,202,167)

Color info

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

RGB color model

#5CCAA7 color RGB value is (92,202,167).

  • red value is 92;
  • green value is 202;
  • blue value is 167.
RGB:
(92,202,167)
(36%,79%,65%)

RGB channels and saturation

R 92 of 255 = 36%
G 202 of 255 = 79%
B 167 of 255 = 65%

92
202
167

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

Portions of RGB colors in percentages

R + G + B =
92 + 202 + 167 = 461 (100%)
R 92 of 461 ~ 19.96%
G 202 of 461 ~ 43.82%
B 167 of 461 ~ 36.23%

%19.96
%43.82
%36.23

CMYK color model

#5CCAA7 color CMYK value is (54,0,17,21).

  • cyan value is 54.46%
  • magenta value is 0.00%
  • yellow value is 17.33%
  • key color value is 20.78%
CMYK:
(54,0,17,21)
C54M0Y17K21 
(54%,0%,17%,21%)
(0.54/0.00/0.17/0.21)	

CMYK percentages

%54.46
%0
%17.33
%20.78

Codes

Color #5CCAA7 in popluar color models

5CCAA7
RGB92202167
HSL161°50.93%57.65%
HSB/HSV161°54.46%79.22%
CMYK54.46%0.00%17.33%
20.78%

Color #5CCAA7 in popluar number systems.

HEX5CCAA7
Decimal92202167
Binary10111001100101010100111
Octal134312247

Shades and tints

Shades of #5CCAA7

#5CCAA7
(92,202,167)
#54B898
(84,184,152)
#4CA689
(76,166,137)
#44947A
(68,148,122)
#3C826B
(60,130,107)
#34705C
(52,112,92)
#2C5E4D
(44,94,77)
#244C3E
(36,76,62)
#1C3A2F
(28,58,47)
#142820
(20,40,32)
#0C1611
(12,22,17)
#000000
(0,0,0)

Tints of #5CCAA7

#5CCAA7
(92,202,167)
#6ACEAF
(106,206,175)
#78D2B7
(120,210,183)
#86D6BF
(134,214,191)
#94DAC7
(148,218,199)
#A2DECF
(162,222,207)
#B0E2D7
(176,226,215)
#BEE6DF
(190,230,223)
#CCEAE7
(204,234,231)
#DAEEEF
(218,238,239)
#E8F2F7
(232,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CCAA7 color. Also use rgb(92,202,167) instead hex code.

Text Font Color

.myTextColor { color: #5CCAA7; }

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

This text font color is #5CCAA7.


Background Color

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

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

This div background color is #5CCAA7.


Border color

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

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

This div border color is #5CCAA7.


Opacity

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

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

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

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

This text has shadow with #5CCAA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CCAA7 on black background.


Color preview on white background

This text has color #5CCAA7 on white background.



Black color preview on #5CCAA7 background

This text has black color on #5CCAA7 background.


White color preview on #5CCAA7 background

This text has white color on #5CCAA7 background.