#5DDEC9

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

Shades of Downy #5DDEC9

Tints of Downy #5DDEC9

Color information

#5DDEC9 (or 0x5DDEC9) is unknown color: approx Downy. HEX triplet: 5D, DE and C9. RGB value is (93,222,201). Sum of RGB (Red+Green+Blue) = 93+222+201=516 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.02% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #5DDEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDEC9 is #A22136. Grayscale: #B4B4B4. Windows color (decimal): -10625335 or 13229661. OLE color: 13229661.

HSL color Cylindrical-coordinate representation of color #5DDEC9: hue angle of 170.23º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDEC9 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB93222201-
CMYK0.5800.090.13
HSL170.23º66.15%61.76%-
HSV(B)170.23º58.11%87.06%-
XYZ41.1858.7964.44-
YUV181.03139.2665.21-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.02%
GREEN value IS 222 (87.11% from 255) = 43.02%
BLUE value IS 201 (78.91% from 255) = 38.95%
R=18.02%
G=43.02%
B=38.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal932222010.5800.090.13170.2366.1561.76
Hex5DDEC93A09Daa423e
Octal135336311720111525210276
Binary10111011101111011001001111010010011101101010101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,222,201); }

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

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

 a { background-color: rgb(93,222,201); }

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

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

 span { border-color: rgb(93,222,201); }

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