Shades of Downy #59DDC0
Tints of Downy #59DDC0
RGB
CMYK
RGB Variations
Color information
#59DDC0 (or 0x59DDC0) is known color: Downy. HEX triplet: 59, DD and C0. RGB value is (89,221,192). Sum of RGB (Red+Green+Blue) = 89+221+192=502 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.73% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #59DDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DDC0 is #A6223F. Grayscale: #B2B2B2. Windows color (decimal): -10887744 or 12639577. OLE color: 12639577.
HSL color Cylindrical-coordinate representation of color #59DDC0: hue angle of 166.82º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DDC0 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 221 | 192 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.13 |
| HSL | 166.82º | 0.66% | 0.61% | - |
| HSV(B) | 166.82º | 0.6% | 0.87% | - |
| XYZ | 39.49 | 57.64 | 58.91 | - |
| YUV | 178.23 | 135.77 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 221 | 192 | 0.60 | 0 | 0.13 | 0.13 | 166.82 | 0.66 | 0.61 |
| Hex | 59 | DD | C0 | 3C | 0 | D | D | A7 | 42 | 3D |
| Octal | 131 | 335 | 300 | 74 | 0 | 15 | 15 | 247 | 102 | 75 |
| Binary | 1011001 | 11011101 | 11000000 | 111100 | 0 | 1101 | 1101 | 10100111 | 1000010 | 111101 |
Color Harmonies of #59DDC0
Complementary color
Monochromatic Colors of #59DDC0
Black with #59DDC0
Text Example
Text Example
White with #59DDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DDC0; }
p { color: rgb(89,221,192); }
H1.HeaderClassName
{
color: #59DDC0;
}
.AnyTagClassName
{
color: #59DDC0;
}
</style>
background-color css
<style>
a { background-color: #59DDC0; }
a { background-color: rgb(89,221,192); }
div.DivClassName
{
background-color: #59DDC0;
}
.BgClassName
{
background-color: #59DDC0;
}
</style>
border-color css
<style>
span { border-color: #59DDC0; }
span { border-color: rgb(89,221,192); }
td.TdClassName
{
border-color: #59DDC0;
}
.TagClassName
{
border-color: #59DDC0;
}
</style>