Shades of Downy #60DEC0
Tints of Downy #60DEC0
RGB
CMYK
RGB Variations
Color information
#60DEC0 (or 0x60DEC0) is known color: Downy. HEX triplet: 60, DE and C0. RGB value is (96,222,192). Sum of RGB (Red+Green+Blue) = 96+222+192=510 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.82% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 222 - color contains mainly: green. Hex color #60DEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DEC0 is #9F213F. Grayscale: #B4B4B4. Windows color (decimal): -10428736 or 12639840. OLE color: 12639840.
HSL color Cylindrical-coordinate representation of color #60DEC0: hue angle of 165.71º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DEC0 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 222 | 192 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.13 |
| HSL | 165.71º | 0.66% | 0.62% | - |
| HSV(B) | 165.71º | 0.57% | 0.87% | - |
| XYZ | 40.46 | 58.54 | 59.04 | - |
| YUV | 180.91 | 134.26 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 222 | 192 | 0.57 | 0 | 0.14 | 0.13 | 165.71 | 0.66 | 0.62 |
| Hex | 60 | DE | C0 | 39 | 0 | E | D | A6 | 42 | 3E |
| Octal | 140 | 336 | 300 | 71 | 0 | 16 | 15 | 246 | 102 | 76 |
| Binary | 1100000 | 11011110 | 11000000 | 111001 | 0 | 1110 | 1101 | 10100110 | 1000010 | 111110 |
Color Harmonies of #60DEC0
Complementary color
Monochromatic Colors of #60DEC0
Black with #60DEC0
Text Example
Text Example
White with #60DEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DEC0; }
p { color: rgb(96,222,192); }
H1.HeaderClassName
{
color: #60DEC0;
}
.AnyTagClassName
{
color: #60DEC0;
}
</style>
background-color css
<style>
a { background-color: #60DEC0; }
a { background-color: rgb(96,222,192); }
div.DivClassName
{
background-color: #60DEC0;
}
.BgClassName
{
background-color: #60DEC0;
}
</style>
border-color css
<style>
span { border-color: #60DEC0; }
span { border-color: rgb(96,222,192); }
td.TdClassName
{
border-color: #60DEC0;
}
.TagClassName
{
border-color: #60DEC0;
}
</style>