Shades of Downy #59CBBA
Tints of Downy #59CBBA
RGB
CMYK
RGB Variations
Color information
#59CBBA (or 0x59CBBA) is known color: Downy. HEX triplet: 59, CB and BA. RGB value is (89,203,186). Sum of RGB (Red+Green+Blue) = 89+203+186=478 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.62% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #59CBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CBBA is #A63445. Grayscale: #A6A6A6. Windows color (decimal): -10892358 or 12241753. OLE color: 12241753.
HSL color Cylindrical-coordinate representation of color #59CBBA: hue angle of 171.05º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59CBBA is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 203 | 186 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.20 |
| HSL | 171.05º | 0.52% | 0.57% | - |
| HSV(B) | 171.05º | 0.56% | 0.8% | - |
| XYZ | 34.34 | 48.38 | 53.98 | - |
| YUV | 166.98 | 138.73 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 203 | 186 | 0.56 | 0 | 0.08 | 0.20 | 171.05 | 0.52 | 0.57 |
| Hex | 59 | CB | BA | 38 | 0 | 8 | 14 | AB | 34 | 39 |
| Octal | 131 | 313 | 272 | 70 | 0 | 10 | 24 | 253 | 64 | 71 |
| Binary | 1011001 | 11001011 | 10111010 | 111000 | 0 | 1000 | 10100 | 10101011 | 110100 | 111001 |
Color Harmonies of #59CBBA
Complementary color
Monochromatic Colors of #59CBBA
Black with #59CBBA
Text Example
Text Example
White with #59CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CBBA; }
p { color: rgb(89,203,186); }
H1.HeaderClassName
{
color: #59CBBA;
}
.AnyTagClassName
{
color: #59CBBA;
}
</style>
background-color css
<style>
a { background-color: #59CBBA; }
a { background-color: rgb(89,203,186); }
div.DivClassName
{
background-color: #59CBBA;
}
.BgClassName
{
background-color: #59CBBA;
}
</style>
border-color css
<style>
span { border-color: #59CBBA; }
span { border-color: rgb(89,203,186); }
td.TdClassName
{
border-color: #59CBBA;
}
.TagClassName
{
border-color: #59CBBA;
}
</style>