Shades of Downy #59DDBD
Tints of Downy #59DDBD
RGB
CMYK
RGB Variations
Color information
#59DDBD (or 0x59DDBD) is known color: Downy. HEX triplet: 59, DD and BD. RGB value is (89,221,189). Sum of RGB (Red+Green+Blue) = 89+221+189=499 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.84% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #59DDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DDBD is #A62242. Grayscale: #B1B1B1. Windows color (decimal): -10887747 or 12442969. OLE color: 12442969.
HSL color Cylindrical-coordinate representation of color #59DDBD: hue angle of 165.45º 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 #59DDBD is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 221 | 189 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.13 |
| HSL | 165.45º | 0.66% | 0.61% | - |
| HSV(B) | 165.45º | 0.6% | 0.87% | - |
| XYZ | 39.16 | 57.51 | 57.18 | - |
| YUV | 177.88 | 134.27 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 221 | 189 | 0.60 | 0 | 0.14 | 0.13 | 165.45 | 0.66 | 0.61 |
| Hex | 59 | DD | BD | 3C | 0 | E | D | A5 | 42 | 3D |
| Octal | 131 | 335 | 275 | 74 | 0 | 16 | 15 | 245 | 102 | 75 |
| Binary | 1011001 | 11011101 | 10111101 | 111100 | 0 | 1110 | 1101 | 10100101 | 1000010 | 111101 |
Color Harmonies of #59DDBD
Complementary color
Monochromatic Colors of #59DDBD
Black with #59DDBD
Text Example
Text Example
White with #59DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DDBD; }
p { color: rgb(89,221,189); }
H1.HeaderClassName
{
color: #59DDBD;
}
.AnyTagClassName
{
color: #59DDBD;
}
</style>
background-color css
<style>
a { background-color: #59DDBD; }
a { background-color: rgb(89,221,189); }
div.DivClassName
{
background-color: #59DDBD;
}
.BgClassName
{
background-color: #59DDBD;
}
</style>
border-color css
<style>
span { border-color: #59DDBD; }
span { border-color: rgb(89,221,189); }
td.TdClassName
{
border-color: #59DDBD;
}
.TagClassName
{
border-color: #59DDBD;
}
</style>