Shades of Downy #60CABB
Tints of Downy #60CABB
RGB
CMYK
RGB Variations
Color information
#60CABB (or 0x60CABB) is known color: Downy. HEX triplet: 60, CA and BB. RGB value is (96,202,187). Sum of RGB (Red+Green+Blue) = 96+202+187=485 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.79% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #60CABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CABB is #9F3544. Grayscale: #A8A8A8. Windows color (decimal): -10433861 or 12307040. OLE color: 12307040.
HSL color Cylindrical-coordinate representation of color #60CABB: hue angle of 171.51º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60CABB is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 187 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.21 |
| HSL | 171.51º | 0.5% | 0.58% | - |
| HSV(B) | 171.51º | 0.52% | 0.79% | - |
| XYZ | 34.91 | 48.32 | 54.5 | - |
| YUV | 168.6 | 138.38 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 187 | 0.52 | 0 | 0.07 | 0.21 | 171.51 | 0.5 | 0.58 |
| Hex | 60 | CA | BB | 34 | 0 | 7 | 15 | AC | 32 | 3A |
| Octal | 140 | 312 | 273 | 64 | 0 | 7 | 25 | 254 | 62 | 72 |
| Binary | 1100000 | 11001010 | 10111011 | 110100 | 0 | 111 | 10101 | 10101100 | 110010 | 111010 |
Color Harmonies of #60CABB
Complementary color
Monochromatic Colors of #60CABB
Black with #60CABB
Text Example
Text Example
White with #60CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CABB; }
p { color: rgb(96,202,187); }
H1.HeaderClassName
{
color: #60CABB;
}
.AnyTagClassName
{
color: #60CABB;
}
</style>
background-color css
<style>
a { background-color: #60CABB; }
a { background-color: rgb(96,202,187); }
div.DivClassName
{
background-color: #60CABB;
}
.BgClassName
{
background-color: #60CABB;
}
</style>
border-color css
<style>
span { border-color: #60CABB; }
span { border-color: rgb(96,202,187); }
td.TdClassName
{
border-color: #60CABB;
}
.TagClassName
{
border-color: #60CABB;
}
</style>