COLOR #5CCAC6

HEX: #5CCAC6
RGB: (92,202,198)

Color info

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

RGB color model

#5CCAC6 color RGB value is (92,202,198).

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

RGB channels and saturation

R 92 of 255 = 36%
G 202 of 255 = 79%
B 198 of 255 = 78%

92
202
198

R + G + B ~ 64%. #5CCAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
92 + 202 + 198 = 492 (100%)
R 92 of 492 ~ 18.7%
G 202 of 492 ~ 41.06%
B 198 of 492 ~ 40.24%

%18.7
%41.06
%40.24

CMYK color model

#5CCAC6 color CMYK value is (54,0,2,21).

  • cyan value is 54.46%
  • magenta value is 0.00%
  • yellow value is 1.98%
  • key color value is 20.78%
CMYK:
(54,0,2,21)
C54M0Y2K21 
(54%,0%,2%,21%)
(0.54/0.00/0.02/0.21)	

CMYK percentages

%54.46
%0
%1.98
%20.78

Codes

Color #5CCAC6 in popluar color models

5CCAC6
RGB92202198
HSL178°50.93%57.65%
HSB/HSV178°54.46%79.22%
CMYK54.46%0.00%1.98%
20.78%

Color #5CCAC6 in popluar number systems.

HEX5CCAC6
Decimal92202198
Binary10111001100101011000110
Octal134312306

Shades and tints

Shades of #5CCAC6

#5CCAC6
(92,202,198)
#54B8B4
(84,184,180)
#4CA6A2
(76,166,162)
#449490
(68,148,144)
#3C827E
(60,130,126)
#34706C
(52,112,108)
#2C5E5A
(44,94,90)
#244C48
(36,76,72)
#1C3A36
(28,58,54)
#142824
(20,40,36)
#0C1612
(12,22,18)
#000000
(0,0,0)

Tints of #5CCAC6

#5CCAC6
(92,202,198)
#6ACECB
(106,206,203)
#78D2D0
(120,210,208)
#86D6D5
(134,214,213)
#94DADA
(148,218,218)
#A2DEDF
(162,222,223)
#B0E2E4
(176,226,228)
#BEE6E9
(190,230,233)
#CCEAEE
(204,234,238)
#DAEEF3
(218,238,243)
#E8F2F8
(232,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CCAC6; }

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

This text font color is #5CCAC6.


Background Color

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

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

This div background color is #5CCAC6.


Border color

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

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

This div border color is #5CCAC6.


Opacity

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

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

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

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

This text has shadow with #5CCAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CCAC6 on black background.


Color preview on white background

This text has color #5CCAC6 on white background.



Black color preview on #5CCAC6 background

This text has black color on #5CCAC6 background.


White color preview on #5CCAC6 background

This text has white color on #5CCAC6 background.