Shades of Downy #59DDBC
Tints of Downy #59DDBC
RGB
CMYK
RGB Variations
Color information
#59DDBC (or 0x59DDBC) is known color: Downy. HEX triplet: 59, DD and BC. RGB value is (89,221,188). Sum of RGB (Red+Green+Blue) = 89+221+188=498 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.87% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #59DDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DDBC is #A62243. Grayscale: #B1B1B1. Windows color (decimal): -10887748 or 12377433. OLE color: 12377433.
HSL color Cylindrical-coordinate representation of color #59DDBC: hue angle of 165º 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 #59DDBC is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 221 | 188 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.13 |
| HSL | 165º | 0.66% | 0.61% | - |
| HSV(B) | 165º | 0.6% | 0.87% | - |
| XYZ | 39.05 | 57.47 | 56.61 | - |
| YUV | 177.77 | 133.77 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 221 | 188 | 0.60 | 0 | 0.15 | 0.13 | 165 | 0.66 | 0.61 |
| Hex | 59 | DD | BC | 3C | 0 | F | D | A5 | 42 | 3D |
| Octal | 131 | 335 | 274 | 74 | 0 | 17 | 15 | 245 | 102 | 75 |
| Binary | 1011001 | 11011101 | 10111100 | 111100 | 0 | 1111 | 1101 | 10100101 | 1000010 | 111101 |
Color Harmonies of #59DDBC
Complementary color
Monochromatic Colors of #59DDBC
Black with #59DDBC
Text Example
Text Example
White with #59DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DDBC; }
p { color: rgb(89,221,188); }
H1.HeaderClassName
{
color: #59DDBC;
}
.AnyTagClassName
{
color: #59DDBC;
}
</style>
background-color css
<style>
a { background-color: #59DDBC; }
a { background-color: rgb(89,221,188); }
div.DivClassName
{
background-color: #59DDBC;
}
.BgClassName
{
background-color: #59DDBC;
}
</style>
border-color css
<style>
span { border-color: #59DDBC; }
span { border-color: rgb(89,221,188); }
td.TdClassName
{
border-color: #59DDBC;
}
.TagClassName
{
border-color: #59DDBC;
}
</style>