Shades of Downy #60CAC2
Tints of Downy #60CAC2
RGB
CMYK
RGB Variations
Color information
#60CAC2 (or 0x60CAC2) is known color: Downy. HEX triplet: 60, CA and C2. RGB value is (96,202,194). Sum of RGB (Red+Green+Blue) = 96+202+194=492 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.51% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 202 - color contains mainly: green. Hex color #60CAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CAC2 is #9F353D. Grayscale: #A9A9A9. Windows color (decimal): -10433854 or 12765792. OLE color: 12765792.
HSL color Cylindrical-coordinate representation of color #60CAC2: hue angle of 175.47º 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 #60CAC2 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 194 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.21 |
| HSL | 175.47º | 0.5% | 0.58% | - |
| HSV(B) | 175.47º | 0.52% | 0.79% | - |
| XYZ | 35.68 | 48.62 | 58.54 | - |
| YUV | 169.39 | 141.88 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 194 | 0.52 | 0 | 0.04 | 0.21 | 175.47 | 0.5 | 0.58 |
| Hex | 60 | CA | C2 | 34 | 0 | 4 | 15 | AF | 32 | 3A |
| Octal | 140 | 312 | 302 | 64 | 0 | 4 | 25 | 257 | 62 | 72 |
| Binary | 1100000 | 11001010 | 11000010 | 110100 | 0 | 100 | 10101 | 10101111 | 110010 | 111010 |
Color Harmonies of #60CAC2
Complementary color
Monochromatic Colors of #60CAC2
Black with #60CAC2
Text Example
Text Example
White with #60CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CAC2; }
p { color: rgb(96,202,194); }
H1.HeaderClassName
{
color: #60CAC2;
}
.AnyTagClassName
{
color: #60CAC2;
}
</style>
background-color css
<style>
a { background-color: #60CAC2; }
a { background-color: rgb(96,202,194); }
div.DivClassName
{
background-color: #60CAC2;
}
.BgClassName
{
background-color: #60CAC2;
}
</style>
border-color css
<style>
span { border-color: #60CAC2; }
span { border-color: rgb(96,202,194); }
td.TdClassName
{
border-color: #60CAC2;
}
.TagClassName
{
border-color: #60CAC2;
}
</style>