Shades of Downy #59CEBB
Tints of Downy #59CEBB
RGB
CMYK
RGB Variations
Color information
#59CEBB (or 0x59CEBB) is known color: Downy. HEX triplet: 59, CE and BB. RGB value is (89,206,187). Sum of RGB (Red+Green+Blue) = 89+206+187=482 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.46% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #59CEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CEBB is #A63144. Grayscale: #A8A8A8. Windows color (decimal): -10891589 or 12308057. OLE color: 12308057.
HSL color Cylindrical-coordinate representation of color #59CEBB: hue angle of 170.26º degrees, saturation: 0.54, 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 #59CEBB is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 206 | 187 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.19 |
| HSL | 170.26º | 0.54% | 0.58% | - |
| HSV(B) | 170.26º | 0.57% | 0.81% | - |
| XYZ | 35.16 | 49.85 | 54.78 | - |
| YUV | 168.85 | 138.24 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 206 | 187 | 0.57 | 0 | 0.09 | 0.19 | 170.26 | 0.54 | 0.58 |
| Hex | 59 | CE | BB | 39 | 0 | 9 | 13 | AA | 36 | 3A |
| Octal | 131 | 316 | 273 | 71 | 0 | 11 | 23 | 252 | 66 | 72 |
| Binary | 1011001 | 11001110 | 10111011 | 111001 | 0 | 1001 | 10011 | 10101010 | 110110 | 111010 |
Color Harmonies of #59CEBB
Complementary color
Monochromatic Colors of #59CEBB
Black with #59CEBB
Text Example
Text Example
White with #59CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CEBB; }
p { color: rgb(89,206,187); }
H1.HeaderClassName
{
color: #59CEBB;
}
.AnyTagClassName
{
color: #59CEBB;
}
</style>
background-color css
<style>
a { background-color: #59CEBB; }
a { background-color: rgb(89,206,187); }
div.DivClassName
{
background-color: #59CEBB;
}
.BgClassName
{
background-color: #59CEBB;
}
</style>
border-color css
<style>
span { border-color: #59CEBB; }
span { border-color: rgb(89,206,187); }
td.TdClassName
{
border-color: #59CEBB;
}
.TagClassName
{
border-color: #59CEBB;
}
</style>