COLOR #5CCFA6

HEX: #5CCFA6 RGB: (92,207,166)

Color info

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

RGB color model

#5CCFA6 color RGB value is (92,207,166).

RGB: (92,207,166) (36%, 81%, 65%)

RGB channels and saturation

R 92 of 255 = 36%
G 207 of 255 = 81%
B 166 of 255 = 65%

92
207
166

R + G + B ~ 61%. #5CCFA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 92 + 207 + 166 = 465 (100%)
R 92 of 465 ~ 19.78%
G 207 of 465 ~ 44.52%
B 166 of 465 ~ 35.7'%

%19.78
%44.52
%35.7

CMYK color model

#5CCFA6 color CMYK value is (56,0,20,19).

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 19.81%
  • key color value is 18.82%

CMYK: (56,0,20,19)
C56M0Y20K19 (56%, 0%, 20%, 19%)
(0.56 / 0.00 / 0.20 / 0.19)

CMYK percentages

%55.56
%0
%19.81
%18.82

Codes

Color #5CCFA6 in popluar color models

5C CF A6
RGB 92 207 166
HSL 159° 54.50% 58.63%
HSB/HSV 159° 55.56% 81.18%
CMYK 55.56% 0.00% 19.81%
18.82%

Color #5CCFA6 in popluar number systems.

HEX 5C CF A6
Decimal 92 207 166
Binary 1011100 11001111 10100110
Octal 134 317 246

Shades and tints

Shades of #5CCFA6

#5CCFA6
(92,207,166)
#54BD97
(84,189,151)
#4CAB88
(76,171,136)
#449979
(68,153,121)
#3C876A
(60,135,106)
#34755B
(52,117,91)
#2C634C
(44,99,76)
#24513D
(36,81,61)
#1C3F2E
(28,63,46)
#142D1F
(20,45,31)
#0C1B10
(12,27,16)
#000000
(0,0,0)

Tints of #5CCFA6

#5CCFA6
(92,207,166)
#6AD3AE
(106,211,174)
#78D7B6
(120,215,182)
#86DBBE
(134,219,190)
#94DFC6
(148,223,198)
#A2E3CE
(162,227,206)
#B0E7D6
(176,231,214)
#BEEBDE
(190,235,222)
#CCEFE6
(204,239,230)
#DAF3EE
(218,243,238)
#E8F7F6
(232,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CCFA6 color. Also use rgb(92,207,166) instead hex code.

Text Font Color

.myTextColor { color: #5CCFA6; }

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

This text font color is #5CCFA6.

Background Color

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

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

This div background color is #5CCFA6.

Border color

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

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

This div border color is #5CCFA6.

Opacity

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

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

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

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

This text has shadow with #5CCFA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CCFA6.

Preview

Color preview on black background

This text has color #5CCFA6 on black background.


Color preview on white background

This text has color #5CCFA6 on white background.


Black color preview on #5CCFA6 background

This text has black color on #5CCFA6 background.


White color preview on #5CCFA6 background

This text has white color on #5CCFA6 background.


Related colors

Complementary color

Complementary color for #hex is #A33059.


I love getcolorcode.com

Triadic colors

1 #A65CCF and #CFA65C with #5CCFA6 are triadic colors.

2 #A6CF5C and #CF5CA6 with #5CCFA6 are triadic colors.