COLOR #5CAAC0

HEX: #5CAAC0
RGB: (92,170,192)

Color info

#5CAAC0 contains mainly green and blue colors. Web safe color of #5CAAC0 is #6699CC (or #69C).

RGB color model

#5CAAC0 color RGB value is (92,170,192).

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

RGB channels and saturation

R 92 of 255 = 36%
G 170 of 255 = 67%
B 192 of 255 = 75%

92
170
192

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

Portions of RGB colors in percentages

R + G + B =
92 + 170 + 192 = 454 (100%)
R 92 of 454 ~ 20.26%
G 170 of 454 ~ 37.44%
B 192 of 454 ~ 42.29%

%20.26
%37.44
%42.29

CMYK color model

#5CAAC0 color CMYK value is (52,11,0,25).

  • cyan value is 52.08%
  • magenta value is 11.46%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(52,11,0,25)
C52M11Y0K25 
(52%,11%,0%,25%)
(0.52/0.11/0.00/0.25)	

CMYK percentages

%52.08
%11.46
%0
%24.71

Codes

Color #5CAAC0 in popluar color models

5CAAC0
RGB92170192
HSL193°44.25%55.69%
HSB/HSV193°52.08%75.29%
CMYK52.08%11.46%0.00%
24.71%

Color #5CAAC0 in popluar number systems.

HEX5CAAC0
Decimal92170192
Binary10111001010101011000000
Octal134252300

Shades and tints

Shades of #5CAAC0

#5CAAC0
(92,170,192)
#549BAF
(84,155,175)
#4C8C9E
(76,140,158)
#447D8D
(68,125,141)
#3C6E7C
(60,110,124)
#345F6B
(52,95,107)
#2C505A
(44,80,90)
#244149
(36,65,73)
#1C3238
(28,50,56)
#142327
(20,35,39)
#0C1416
(12,20,22)
#000000
(0,0,0)

Tints of #5CAAC0

#5CAAC0
(92,170,192)
#6AB1C5
(106,177,197)
#78B8CA
(120,184,202)
#86BFCF
(134,191,207)
#94C6D4
(148,198,212)
#A2CDD9
(162,205,217)
#B0D4DE
(176,212,222)
#BEDBE3
(190,219,227)
#CCE2E8
(204,226,232)
#DAE9ED
(218,233,237)
#E8F0F2
(232,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CAAC0; }

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

This text font color is #5CAAC0.


Background Color

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

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

This div background color is #5CAAC0.


Border color

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

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

This div border color is #5CAAC0.


Opacity

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

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

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

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

This text has shadow with #5CAAC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CAAC0 on black background.


Color preview on white background

This text has color #5CAAC0 on white background.



Black color preview on #5CAAC0 background

This text has black color on #5CAAC0 background.


White color preview on #5CAAC0 background

This text has white color on #5CAAC0 background.