COLOR #5CC6A8

HEX: #5CC6A8
RGB: (92,198,168)

Color info

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

RGB color model

#5CC6A8 color RGB value is (92,198,168).

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

RGB channels and saturation

R 92 of 255 = 36%
G 198 of 255 = 78%
B 168 of 255 = 66%

92
198
168

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

Portions of RGB colors in percentages

R + G + B =
92 + 198 + 168 = 458 (100%)
R 92 of 458 ~ 20.09%
G 198 of 458 ~ 43.23%
B 168 of 458 ~ 36.68%

%20.09
%43.23
%36.68

CMYK color model

#5CC6A8 color CMYK value is (54,0,15,22).

  • cyan value is 53.54%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 22.35%
CMYK:
(54,0,15,22)
C54M0Y15K22 
(54%,0%,15%,22%)
(0.54/0.00/0.15/0.22)	

CMYK percentages

%53.54
%0
%15.15
%22.35

Codes

Color #5CC6A8 in popluar color models

5CC6A8
RGB92198168
HSL163°48.18%56.86%
HSB/HSV163°53.54%77.65%
CMYK53.54%0.00%15.15%
22.35%

Color #5CC6A8 in popluar number systems.

HEX5CC6A8
Decimal92198168
Binary10111001100011010101000
Octal134306250

Shades and tints

Shades of #5CC6A8

#5CC6A8
(92,198,168)
#54B499
(84,180,153)
#4CA28A
(76,162,138)
#44907B
(68,144,123)
#3C7E6C
(60,126,108)
#346C5D
(52,108,93)
#2C5A4E
(44,90,78)
#24483F
(36,72,63)
#1C3630
(28,54,48)
#142421
(20,36,33)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #5CC6A8

#5CC6A8
(92,198,168)
#6ACBAF
(106,203,175)
#78D0B6
(120,208,182)
#86D5BD
(134,213,189)
#94DAC4
(148,218,196)
#A2DFCB
(162,223,203)
#B0E4D2
(176,228,210)
#BEE9D9
(190,233,217)
#CCEEE0
(204,238,224)
#DAF3E7
(218,243,231)
#E8F8EE
(232,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CC6A8; }

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

This text font color is #5CC6A8.


Background Color

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

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

This div background color is #5CC6A8.


Border color

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

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

This div border color is #5CC6A8.


Opacity

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

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

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

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

This text has shadow with #5CC6A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CC6A8 on black background.


Color preview on white background

This text has color #5CC6A8 on white background.



Black color preview on #5CC6A8 background

This text has black color on #5CC6A8 background.


White color preview on #5CC6A8 background

This text has white color on #5CC6A8 background.