Shades of Downy #60CAC3
Tints of Downy #60CAC3
RGB
CMYK
RGB Variations
Color information
#60CAC3 (or 0x60CAC3) is known color: Downy. HEX triplet: 60, CA and C3. RGB value is (96,202,195). Sum of RGB (Red+Green+Blue) = 96+202+195=493 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.47% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 195 (76.56% from 255 or 39.55% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #60CAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CAC3 is #9F353C. Grayscale: #A9A9A9. Windows color (decimal): -10433853 or 12831328. OLE color: 12831328.
HSL color Cylindrical-coordinate representation of color #60CAC3: hue angle of 176.04º 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 #60CAC3 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 195 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.21 |
| HSL | 176.04º | 0.5% | 0.58% | - |
| HSV(B) | 176.04º | 0.52% | 0.79% | - |
| XYZ | 35.79 | 48.67 | 59.14 | - |
| YUV | 169.51 | 142.38 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 195 | 0.52 | 0 | 0.03 | 0.21 | 176.04 | 0.5 | 0.58 |
| Hex | 60 | CA | C3 | 34 | 0 | 3 | 15 | B0 | 32 | 3A |
| Octal | 140 | 312 | 303 | 64 | 0 | 3 | 25 | 260 | 62 | 72 |
| Binary | 1100000 | 11001010 | 11000011 | 110100 | 0 | 11 | 10101 | 10110000 | 110010 | 111010 |
Color Harmonies of #60CAC3
Complementary color
Monochromatic Colors of #60CAC3
Black with #60CAC3
Text Example
Text Example
White with #60CAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CAC3; }
p { color: rgb(96,202,195); }
H1.HeaderClassName
{
color: #60CAC3;
}
.AnyTagClassName
{
color: #60CAC3;
}
</style>
background-color css
<style>
a { background-color: #60CAC3; }
a { background-color: rgb(96,202,195); }
div.DivClassName
{
background-color: #60CAC3;
}
.BgClassName
{
background-color: #60CAC3;
}
</style>
border-color css
<style>
span { border-color: #60CAC3; }
span { border-color: rgb(96,202,195); }
td.TdClassName
{
border-color: #60CAC3;
}
.TagClassName
{
border-color: #60CAC3;
}
</style>