Shades of Downy #60CAC0
Tints of Downy #60CAC0
RGB
CMYK
RGB Variations
Color information
#60CAC0 (or 0x60CAC0) is known color: Downy. HEX triplet: 60, CA and C0. RGB value is (96,202,192). Sum of RGB (Red+Green+Blue) = 96+202+192=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #60CAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CAC0 is #9F353F. Grayscale: #A9A9A9. Windows color (decimal): -10433856 or 12634720. OLE color: 12634720.
HSL color Cylindrical-coordinate representation of color #60CAC0: hue angle of 174.34º 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 #60CAC0 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 192 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.21 |
| HSL | 174.34º | 0.5% | 0.58% | - |
| HSV(B) | 174.34º | 0.52% | 0.79% | - |
| XYZ | 35.46 | 48.53 | 57.37 | - |
| YUV | 169.17 | 140.88 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 192 | 0.52 | 0 | 0.05 | 0.21 | 174.34 | 0.5 | 0.58 |
| Hex | 60 | CA | C0 | 34 | 0 | 5 | 15 | AE | 32 | 3A |
| Octal | 140 | 312 | 300 | 64 | 0 | 5 | 25 | 256 | 62 | 72 |
| Binary | 1100000 | 11001010 | 11000000 | 110100 | 0 | 101 | 10101 | 10101110 | 110010 | 111010 |
Color Harmonies of #60CAC0
Complementary color
Monochromatic Colors of #60CAC0
Black with #60CAC0
Text Example
Text Example
White with #60CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CAC0; }
p { color: rgb(96,202,192); }
H1.HeaderClassName
{
color: #60CAC0;
}
.AnyTagClassName
{
color: #60CAC0;
}
</style>
background-color css
<style>
a { background-color: #60CAC0; }
a { background-color: rgb(96,202,192); }
div.DivClassName
{
background-color: #60CAC0;
}
.BgClassName
{
background-color: #60CAC0;
}
</style>
border-color css
<style>
span { border-color: #60CAC0; }
span { border-color: rgb(96,202,192); }
td.TdClassName
{
border-color: #60CAC0;
}
.TagClassName
{
border-color: #60CAC0;
}
</style>