Shades of Downy #59CFBF
Tints of Downy #59CFBF
RGB
CMYK
RGB Variations
Color information
#59CFBF (or 0x59CFBF) is known color: Downy. HEX triplet: 59, CF and BF. RGB value is (89,207,191). Sum of RGB (Red+Green+Blue) = 89+207+191=487 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.28% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #59CFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CFBF is #A63040. Grayscale: #A9A9A9. Windows color (decimal): -10891329 or 12570457. OLE color: 12570457.
HSL color Cylindrical-coordinate representation of color #59CFBF: hue angle of 171.86º 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 #59CFBF is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 207 | 191 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.19 |
| HSL | 171.86º | 0.55% | 0.58% | - |
| HSV(B) | 171.86º | 0.57% | 0.81% | - |
| XYZ | 35.84 | 50.51 | 57.15 | - |
| YUV | 169.89 | 139.91 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 207 | 191 | 0.57 | 0 | 0.08 | 0.19 | 171.86 | 0.55 | 0.58 |
| Hex | 59 | CF | BF | 39 | 0 | 8 | 13 | AC | 37 | 3A |
| Octal | 131 | 317 | 277 | 71 | 0 | 10 | 23 | 254 | 67 | 72 |
| Binary | 1011001 | 11001111 | 10111111 | 111001 | 0 | 1000 | 10011 | 10101100 | 110111 | 111010 |
Color Harmonies of #59CFBF
Complementary color
Monochromatic Colors of #59CFBF
Black with #59CFBF
Text Example
Text Example
White with #59CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CFBF; }
p { color: rgb(89,207,191); }
H1.HeaderClassName
{
color: #59CFBF;
}
.AnyTagClassName
{
color: #59CFBF;
}
</style>
background-color css
<style>
a { background-color: #59CFBF; }
a { background-color: rgb(89,207,191); }
div.DivClassName
{
background-color: #59CFBF;
}
.BgClassName
{
background-color: #59CFBF;
}
</style>
border-color css
<style>
span { border-color: #59CFBF; }
span { border-color: rgb(89,207,191); }
td.TdClassName
{
border-color: #59CFBF;
}
.TagClassName
{
border-color: #59CFBF;
}
</style>