Shades of Downy #59DBBC
Tints of Downy #59DBBC
RGB
CMYK
RGB Variations
Color information
#59DBBC (or 0x59DBBC) is known color: Downy. HEX triplet: 59, DB and BC. RGB value is (89,219,188). Sum of RGB (Red+Green+Blue) = 89+219+188=496 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.94% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #59DBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DBBC is #A62443. Grayscale: #B0B0B0. Windows color (decimal): -10888260 or 12376921. OLE color: 12376921.
HSL color Cylindrical-coordinate representation of color #59DBBC: hue angle of 165.69º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59DBBC is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 219 | 188 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.14 |
| HSL | 165.69º | 0.64% | 0.6% | - |
| HSV(B) | 165.69º | 0.59% | 0.86% | - |
| XYZ | 38.53 | 56.42 | 56.44 | - |
| YUV | 176.6 | 134.43 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 219 | 188 | 0.59 | 0 | 0.14 | 0.14 | 165.69 | 0.64 | 0.6 |
| Hex | 59 | DB | BC | 3B | 0 | E | E | A6 | 40 | 3C |
| Octal | 131 | 333 | 274 | 73 | 0 | 16 | 16 | 246 | 100 | 74 |
| Binary | 1011001 | 11011011 | 10111100 | 111011 | 0 | 1110 | 1110 | 10100110 | 1000000 | 111100 |
Color Harmonies of #59DBBC
Complementary color
Monochromatic Colors of #59DBBC
Black with #59DBBC
Text Example
Text Example
White with #59DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DBBC; }
p { color: rgb(89,219,188); }
H1.HeaderClassName
{
color: #59DBBC;
}
.AnyTagClassName
{
color: #59DBBC;
}
</style>
background-color css
<style>
a { background-color: #59DBBC; }
a { background-color: rgb(89,219,188); }
div.DivClassName
{
background-color: #59DBBC;
}
.BgClassName
{
background-color: #59DBBC;
}
</style>
border-color css
<style>
span { border-color: #59DBBC; }
span { border-color: rgb(89,219,188); }
td.TdClassName
{
border-color: #59DBBC;
}
.TagClassName
{
border-color: #59DBBC;
}
</style>