COLOR #5CDAC7

HEX: #5CDAC7 RGB: (92,218,199)

Color info

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

RGB color model

#5CDAC7 color RGB value is (92,218,199).

RGB: (92,218,199) (36%, 85%, 78%)

RGB channels and saturation

R 92 of 255 = 36%
G 218 of 255 = 85%
B 199 of 255 = 78%

92
218
199

R + G + B ~ 66%. #5CDAC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 92 + 218 + 199 = 509 (100%)
R 92 of 509 ~ 18.07%
G 218 of 509 ~ 42.83%
B 199 of 509 ~ 39.1'%

%18.07
%42.83
%39.1

CMYK color model

#5CDAC7 color CMYK value is (58,0,9,15).

  • cyan value is 57.80%
  • magenta value is 0.00%
  • yellow value is 8.72%
  • key color value is 14.51%
CMYK: (58,0,9,15) C58M0Y9K15 (58%,0%,9%,15%) (0.58/0.00/0.09/0.15) 

CMYK percentages

%57.8
%0
%8.72
%14.51

Codes

Color #5CDAC7 in popluar color models

5C DA C7
RGB 92 218 199
HSL 171° 63.00% 60.78%
HSB/HSV 171° 57.80% 85.49%
CMYK 57.80% 0.00% 8.72%
14.51%

Color #5CDAC7 in popluar number systems.

HEX 5C DA C7
Decimal 92 218 199
Binary 1011100 11011010 11000111
Octal 134 332 307

Shades and tints

Shades of #5CDAC7

#5CDAC7
(92,218,199)
#54C7B5
(84,199,181)
#4CB4A3
(76,180,163)
#44A191
(68,161,145)
#3C8E7F
(60,142,127)
#347B6D
(52,123,109)
#2C685B
(44,104,91)
#245549
(36,85,73)
#1C4237
(28,66,55)
#142F25
(20,47,37)
#0C1C13
(12,28,19)
#000000
(0,0,0)

Tints of #5CDAC7

#5CDAC7
(92,218,199)
#6ADDCC
(106,221,204)
#78E0D1
(120,224,209)
#86E3D6
(134,227,214)
#94E6DB
(148,230,219)
#A2E9E0
(162,233,224)
#B0ECE5
(176,236,229)
#BEEFEA
(190,239,234)
#CCF2EF
(204,242,239)
#DAF5F4
(218,245,244)
#E8F8F9
(232,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CDAC7 color. Also use rgb(92,218,199) instead hex code.

Text Font Color

.myTextColor { color: #5CDAC7; }

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

This text font color is #5CDAC7.

Background Color

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

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

This div background color is #5CDAC7.

Border color

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

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

This div border color is #5CDAC7.

Opacity

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

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

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

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

This text has shadow with #5CDAC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CDAC7.

Preview

Color preview on black background

This text has color #5CDAC7 on black background.


Color preview on white background

This text has color #5CDAC7 on white background.


Black color preview on #5CDAC7 background

This text has black color on #5CDAC7 background.


White color preview on #5CDAC7 background

This text has white color on #5CDAC7 background.


Related colors

Complementary color

Complementary color for #hex is #A32538.


I love getcolorcode.com

Triadic colors

1 #C75CDA and #DAC75C with #5CDAC7 are triadic colors.

2 #C7DA5C and #DA5CC7 with #5CDAC7 are triadic colors.