COLOR #5CE6C1

HEX: #5CE6C1 RGB: (92,230,193)

Color info

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

RGB color model

#5CE6C1 color RGB value is (92,230,193).

RGB: (92,230,193) (36%, 90%, 76%)

RGB channels and saturation

R 92 of 255 = 36%
G 230 of 255 = 90%
B 193 of 255 = 76%

92
230
193

R + G + B ~ 67%. #5CE6C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 92 + 230 + 193 = 515 (100%)
R 92 of 515 ~ 17.86%
G 230 of 515 ~ 44.66%
B 193 of 515 ~ 37.48'%

%17.86
%44.66
%37.48

CMYK color model

#5CE6C1 color CMYK value is (60,0,16,10).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 16.09%
  • key color value is 9.80%

CMYK: (60,0,16,10)
C60M0Y16K10 (60%, 0%, 16%, 10%)
(0.60 / 0.00 / 0.16 / 0.10)

CMYK percentages

%60
%0
%16.09
%9.8

Codes

Color #5CE6C1 in popluar color models

5C E6 C1
RGB 92 230 193
HSL 164° 73.40% 63.14%
HSB/HSV 164° 60.00% 90.20%
CMYK 60.00% 0.00% 16.09%
9.80%

Color #5CE6C1 in popluar number systems.

HEX 5C E6 C1
Decimal 92 230 193
Binary 1011100 11100110 11000001
Octal 134 346 301

Shades and tints

Shades of #5CE6C1

#5CE6C1
(92,230,193)
#54D2B0
(84,210,176)
#4CBE9F
(76,190,159)
#44AA8E
(68,170,142)
#3C967D
(60,150,125)
#34826C
(52,130,108)
#2C6E5B
(44,110,91)
#245A4A
(36,90,74)
#1C4639
(28,70,57)
#143228
(20,50,40)
#0C1E17
(12,30,23)
#000000
(0,0,0)

Tints of #5CE6C1

#5CE6C1
(92,230,193)
#6AE8C6
(106,232,198)
#78EACB
(120,234,203)
#86ECD0
(134,236,208)
#94EED5
(148,238,213)
#A2F0DA
(162,240,218)
#B0F2DF
(176,242,223)
#BEF4E4
(190,244,228)
#CCF6E9
(204,246,233)
#DAF8EE
(218,248,238)
#E8FAF3
(232,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CE6C1 color. Also use rgb(92,230,193) instead hex code.

Text Font Color

.myTextColor { color: #5CE6C1; }

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

This text font color is #5CE6C1.

Background Color

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

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

This div background color is #5CE6C1.

Border color

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

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

This div border color is #5CE6C1.

Opacity

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

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

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

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

This text has shadow with #5CE6C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CE6C1.

Preview

Color preview on black background

This text has color #5CE6C1 on black background.


Color preview on white background

This text has color #5CE6C1 on white background.


Black color preview on #5CE6C1 background

This text has black color on #5CE6C1 background.


White color preview on #5CE6C1 background

This text has white color on #5CE6C1 background.


Related colors

Complementary color

Complementary color for #hex is #A3193E.


I love getcolorcode.com

Triadic colors

1 #C15CE6 and #E6C15C with #5CE6C1 are triadic colors.

2 #C1E65C and #E65CC1 with #5CE6C1 are triadic colors.