Shades of Downy #59CFBB
Tints of Downy #59CFBB
RGB
CMYK
RGB Variations
Color information
#59CFBB (or 0x59CFBB) is known color: Downy. HEX triplet: 59, CF and BB. RGB value is (89,207,187). Sum of RGB (Red+Green+Blue) = 89+207+187=483 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.43% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #59CFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CFBB is #A63044. Grayscale: #A9A9A9. Windows color (decimal): -10891333 or 12308313. OLE color: 12308313.
HSL color Cylindrical-coordinate representation of color #59CFBB: hue angle of 169.83º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59CFBB is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 207 | 187 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.19 |
| HSL | 169.83º | 0.55% | 0.58% | - |
| HSV(B) | 169.83º | 0.57% | 0.81% | - |
| XYZ | 35.4 | 50.34 | 54.86 | - |
| YUV | 169.44 | 137.91 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 207 | 187 | 0.57 | 0 | 0.10 | 0.19 | 169.83 | 0.55 | 0.58 |
| Hex | 59 | CF | BB | 39 | 0 | A | 13 | AA | 37 | 3A |
| Octal | 131 | 317 | 273 | 71 | 0 | 12 | 23 | 252 | 67 | 72 |
| Binary | 1011001 | 11001111 | 10111011 | 111001 | 0 | 1010 | 10011 | 10101010 | 110111 | 111010 |
Color Harmonies of #59CFBB
Complementary color
Monochromatic Colors of #59CFBB
Black with #59CFBB
Text Example
Text Example
White with #59CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CFBB; }
p { color: rgb(89,207,187); }
H1.HeaderClassName
{
color: #59CFBB;
}
.AnyTagClassName
{
color: #59CFBB;
}
</style>
background-color css
<style>
a { background-color: #59CFBB; }
a { background-color: rgb(89,207,187); }
div.DivClassName
{
background-color: #59CFBB;
}
.BgClassName
{
background-color: #59CFBB;
}
</style>
border-color css
<style>
span { border-color: #59CFBB; }
span { border-color: rgb(89,207,187); }
td.TdClassName
{
border-color: #59CFBB;
}
.TagClassName
{
border-color: #59CFBB;
}
</style>