Shades of Downy #59D6BB
Tints of Downy #59D6BB
RGB
CMYK
RGB Variations
Color information
#59D6BB (or 0x59D6BB) is known color: Downy. HEX triplet: 59, D6 and BB. RGB value is (89,214,187). Sum of RGB (Red+Green+Blue) = 89+214+187=490 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.16% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #59D6BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D6BB is #A62944. Grayscale: #ADADAD. Windows color (decimal): -10889541 or 12310105. OLE color: 12310105.
HSL color Cylindrical-coordinate representation of color #59D6BB: hue angle of 167.04º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59D6BB is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 214 | 187 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.16 |
| HSL | 167.04º | 0.6% | 0.59% | - |
| HSV(B) | 167.04º | 0.58% | 0.84% | - |
| XYZ | 37.14 | 53.8 | 55.44 | - |
| YUV | 173.55 | 135.59 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 214 | 187 | 0.58 | 0 | 0.13 | 0.16 | 167.04 | 0.6 | 0.59 |
| Hex | 59 | D6 | BB | 3A | 0 | D | 10 | A7 | 3C | 3B |
| Octal | 131 | 326 | 273 | 72 | 0 | 15 | 20 | 247 | 74 | 73 |
| Binary | 1011001 | 11010110 | 10111011 | 111010 | 0 | 1101 | 10000 | 10100111 | 111100 | 111011 |
Color Harmonies of #59D6BB
Complementary color
Monochromatic Colors of #59D6BB
Black with #59D6BB
Text Example
Text Example
White with #59D6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D6BB; }
p { color: rgb(89,214,187); }
H1.HeaderClassName
{
color: #59D6BB;
}
.AnyTagClassName
{
color: #59D6BB;
}
</style>
background-color css
<style>
a { background-color: #59D6BB; }
a { background-color: rgb(89,214,187); }
div.DivClassName
{
background-color: #59D6BB;
}
.BgClassName
{
background-color: #59D6BB;
}
</style>
border-color css
<style>
span { border-color: #59D6BB; }
span { border-color: rgb(89,214,187); }
td.TdClassName
{
border-color: #59D6BB;
}
.TagClassName
{
border-color: #59D6BB;
}
</style>