#5CD9B8

Color #5CD9B8 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #5CD9B8

Tints of Downy #5CD9B8

Color information

#5CD9B8 (or 0x5CD9B8) is unknown color: approx Downy. HEX triplet: 5C, D9 and B8. RGB value is (92,217,184). Sum of RGB (Red+Green+Blue) = 92+217+184=493 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.66% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #5CD9B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD9B8 is #A32647. Grayscale: #AFAFAF. Windows color (decimal): -10692168 or 12114268. OLE color: 12114268.

HSL color Cylindrical-coordinate representation of color #5CD9B8: hue angle of 164.16º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CD9B8 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB92217184-
CMYK0.5800.150.15
HSL164.16º62.19%60.59%-
HSV(B)164.16º57.6%85.1%-
XYZ37.8855.3654.04-
YUV175.86132.5968.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 18.66%
GREEN value IS 217 (85.16% from 255) = 44.02%
BLUE value IS 184 (72.27% from 255) = 37.32%
R=18.66%
G=44.02%
B=37.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal922171840.5800.150.15164.1662.1960.59
Hex5CD9B83A0FFa43e3d
Octal13433127072017172447675
Binary1011100110110011011100011101001111111110100100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CD9B8; }

 p { color: rgb(92,217,184); }

 H1.HeaderClassName
 {
   color: #5CD9B8;
 }
 .AnyTagClassName
 {
   color: #5CD9B8;
 }
</style>
background-color css

<style>
 a { background-color: #5CD9B8; }

 a { background-color: rgb(92,217,184); }

 div.DivClassName
 {
   background-color: #5CD9B8;
 }
 .BgClassName
 {
   background-color: #5CD9B8;
 }
</style>
border-color css

<style>
 span { border-color: #5CD9B8; }

 span { border-color: rgb(92,217,184); }

 td.TdClassName
 {
   border-color: #5CD9B8;
 }
 .TagClassName
 {
   border-color: #5CD9B8;
 }
</style>