Shades of Downy #59DCBD
Tints of Downy #59DCBD
RGB
CMYK
RGB Variations
Color information
#59DCBD (or 0x59DCBD) is known color: Downy. HEX triplet: 59, DC and BD. RGB value is (89,220,189). Sum of RGB (Red+Green+Blue) = 89+220+189=498 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.87% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #59DCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DCBD is #A62342. Grayscale: #B1B1B1. Windows color (decimal): -10888003 or 12442713. OLE color: 12442713.
HSL color Cylindrical-coordinate representation of color #59DCBD: hue angle of 165.8º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DCBD is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 220 | 189 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.14 |
| HSL | 165.8º | 0.65% | 0.61% | - |
| HSV(B) | 165.8º | 0.6% | 0.86% | - |
| XYZ | 38.9 | 56.98 | 57.09 | - |
| YUV | 177.3 | 134.6 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 220 | 189 | 0.60 | 0 | 0.14 | 0.14 | 165.8 | 0.65 | 0.61 |
| Hex | 59 | DC | BD | 3C | 0 | E | E | A6 | 41 | 3D |
| Octal | 131 | 334 | 275 | 74 | 0 | 16 | 16 | 246 | 101 | 75 |
| Binary | 1011001 | 11011100 | 10111101 | 111100 | 0 | 1110 | 1110 | 10100110 | 1000001 | 111101 |
Color Harmonies of #59DCBD
Complementary color
Monochromatic Colors of #59DCBD
Black with #59DCBD
Text Example
Text Example
White with #59DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DCBD; }
p { color: rgb(89,220,189); }
H1.HeaderClassName
{
color: #59DCBD;
}
.AnyTagClassName
{
color: #59DCBD;
}
</style>
background-color css
<style>
a { background-color: #59DCBD; }
a { background-color: rgb(89,220,189); }
div.DivClassName
{
background-color: #59DCBD;
}
.BgClassName
{
background-color: #59DCBD;
}
</style>
border-color css
<style>
span { border-color: #59DCBD; }
span { border-color: rgb(89,220,189); }
td.TdClassName
{
border-color: #59DCBD;
}
.TagClassName
{
border-color: #59DCBD;
}
</style>