Shades of Downy #60CABC
Tints of Downy #60CABC
RGB
CMYK
RGB Variations
Color information
#60CABC (or 0x60CABC) is known color: Downy. HEX triplet: 60, CA and BC. RGB value is (96,202,188). Sum of RGB (Red+Green+Blue) = 96+202+188=486 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.75% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #60CABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CABC is #9F3543. Grayscale: #A8A8A8. Windows color (decimal): -10433860 or 12372576. OLE color: 12372576.
HSL color Cylindrical-coordinate representation of color #60CABC: hue angle of 172.08º 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 #60CABC is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 188 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.21 |
| HSL | 172.08º | 0.5% | 0.58% | - |
| HSV(B) | 172.08º | 0.52% | 0.79% | - |
| XYZ | 35.02 | 48.36 | 55.07 | - |
| YUV | 168.71 | 138.88 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 188 | 0.52 | 0 | 0.07 | 0.21 | 172.08 | 0.5 | 0.58 |
| Hex | 60 | CA | BC | 34 | 0 | 7 | 15 | AC | 32 | 3A |
| Octal | 140 | 312 | 274 | 64 | 0 | 7 | 25 | 254 | 62 | 72 |
| Binary | 1100000 | 11001010 | 10111100 | 110100 | 0 | 111 | 10101 | 10101100 | 110010 | 111010 |
Color Harmonies of #60CABC
Complementary color
Monochromatic Colors of #60CABC
Black with #60CABC
Text Example
Text Example
White with #60CABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CABC; }
p { color: rgb(96,202,188); }
H1.HeaderClassName
{
color: #60CABC;
}
.AnyTagClassName
{
color: #60CABC;
}
</style>
background-color css
<style>
a { background-color: #60CABC; }
a { background-color: rgb(96,202,188); }
div.DivClassName
{
background-color: #60CABC;
}
.BgClassName
{
background-color: #60CABC;
}
</style>
border-color css
<style>
span { border-color: #60CABC; }
span { border-color: rgb(96,202,188); }
td.TdClassName
{
border-color: #60CABC;
}
.TagClassName
{
border-color: #60CABC;
}
</style>