COLOR #5CC0AD

HEX: #5CC0AD
RGB: (92,192,173)

Color info

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

RGB color model

#5CC0AD color RGB value is (92,192,173).

  • red value is 92;
  • green value is 192;
  • blue value is 173.
RGB:
(92,192,173)
(36%,75%,68%)

RGB channels and saturation

R 92 of 255 = 36%
G 192 of 255 = 75%
B 173 of 255 = 68%

92
192
173

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

Portions of RGB colors in percentages

R + G + B =
92 + 192 + 173 = 457 (100%)
R 92 of 457 ~ 20.13%
G 192 of 457 ~ 42.01%
B 173 of 457 ~ 37.86%

%20.13
%42.01
%37.86

CMYK color model

#5CC0AD color CMYK value is (52,0,10,25).

  • cyan value is 52.08%
  • magenta value is 0.00%
  • yellow value is 9.90%
  • key color value is 24.71%
CMYK:
(52,0,10,25)
C52M0Y10K25 
(52%,0%,10%,25%)
(0.52/0.00/0.10/0.25)	

CMYK percentages

%52.08
%0
%9.9
%24.71

Codes

Color #5CC0AD in popluar color models

5CC0AD
RGB92192173
HSL169°44.25%55.69%
HSB/HSV169°52.08%75.29%
CMYK52.08%0.00%9.90%
24.71%

Color #5CC0AD in popluar number systems.

HEX5CC0AD
Decimal92192173
Binary10111001100000010101101
Octal134300255

Shades and tints

Shades of #5CC0AD

#5CC0AD
(92,192,173)
#54AF9E
(84,175,158)
#4C9E8F
(76,158,143)
#448D80
(68,141,128)
#3C7C71
(60,124,113)
#346B62
(52,107,98)
#2C5A53
(44,90,83)
#244944
(36,73,68)
#1C3835
(28,56,53)
#142726
(20,39,38)
#0C1617
(12,22,23)
#000000
(0,0,0)

Tints of #5CC0AD

#5CC0AD
(92,192,173)
#6AC5B4
(106,197,180)
#78CABB
(120,202,187)
#86CFC2
(134,207,194)
#94D4C9
(148,212,201)
#A2D9D0
(162,217,208)
#B0DED7
(176,222,215)
#BEE3DE
(190,227,222)
#CCE8E5
(204,232,229)
#DAEDEC
(218,237,236)
#E8F2F3
(232,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CC0AD color. Also use rgb(92,192,173) instead hex code.

Text Font Color

.myTextColor { color: #5CC0AD; }

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

This text font color is #5CC0AD.


Background Color

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

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

This div background color is #5CC0AD.


Border color

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

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

This div border color is #5CC0AD.


Opacity

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

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

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

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

This text has shadow with #5CC0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CC0AD on black background.


Color preview on white background

This text has color #5CC0AD on white background.



Black color preview on #5CC0AD background

This text has black color on #5CC0AD background.


White color preview on #5CC0AD background

This text has white color on #5CC0AD background.