Shades of Downy #60DCD0
Tints of Downy #60DCD0
RGB
CMYK
RGB Variations
Color information
#60DCD0 (or 0x60DCD0) is known color: Downy. HEX triplet: 60, DC and D0. RGB value is (96,220,208). Sum of RGB (Red+Green+Blue) = 96+220+208=524 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.32% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #60DCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DCD0 is #9F232F. Grayscale: #B5B5B5. Windows color (decimal): -10429232 or 13687904. OLE color: 13687904.
HSL color Cylindrical-coordinate representation of color #60DCD0: hue angle of 174.19º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DCD0 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 220 | 208 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.14 |
| HSL | 174.19º | 0.64% | 0.62% | - |
| HSV(B) | 174.19º | 0.56% | 0.86% | - |
| XYZ | 41.8 | 58.23 | 68.71 | - |
| YUV | 181.56 | 142.92 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 220 | 208 | 0.56 | 0 | 0.05 | 0.14 | 174.19 | 0.64 | 0.62 |
| Hex | 60 | DC | D0 | 38 | 0 | 5 | E | AE | 40 | 3E |
| Octal | 140 | 334 | 320 | 70 | 0 | 5 | 16 | 256 | 100 | 76 |
| Binary | 1100000 | 11011100 | 11010000 | 111000 | 0 | 101 | 1110 | 10101110 | 1000000 | 111110 |
Color Harmonies of #60DCD0
Complementary color
Monochromatic Colors of #60DCD0
Black with #60DCD0
Text Example
Text Example
White with #60DCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DCD0; }
p { color: rgb(96,220,208); }
H1.HeaderClassName
{
color: #60DCD0;
}
.AnyTagClassName
{
color: #60DCD0;
}
</style>
background-color css
<style>
a { background-color: #60DCD0; }
a { background-color: rgb(96,220,208); }
div.DivClassName
{
background-color: #60DCD0;
}
.BgClassName
{
background-color: #60DCD0;
}
</style>
border-color css
<style>
span { border-color: #60DCD0; }
span { border-color: rgb(96,220,208); }
td.TdClassName
{
border-color: #60DCD0;
}
.TagClassName
{
border-color: #60DCD0;
}
</style>