Shades of Downy #60DDD0
Tints of Downy #60DDD0
RGB
CMYK
RGB Variations
Color information
#60DDD0 (or 0x60DDD0) is known color: Downy. HEX triplet: 60, DD and D0. RGB value is (96,221,208). Sum of RGB (Red+Green+Blue) = 96+221+208=525 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.29% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #60DDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DDD0 is #9F222F. Grayscale: #B6B6B6. Windows color (decimal): -10428976 or 13688160. OLE color: 13688160.
HSL color Cylindrical-coordinate representation of color #60DDD0: hue angle of 173.76º degrees, saturation: 0.65, 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 #60DDD0 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 221 | 208 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.13 |
| HSL | 173.76º | 0.65% | 0.62% | - |
| HSV(B) | 173.76º | 0.57% | 0.87% | - |
| XYZ | 42.07 | 58.75 | 68.8 | - |
| YUV | 182.14 | 142.59 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 221 | 208 | 0.57 | 0 | 0.06 | 0.13 | 173.76 | 0.65 | 0.62 |
| Hex | 60 | DD | D0 | 39 | 0 | 6 | D | AE | 41 | 3E |
| Octal | 140 | 335 | 320 | 71 | 0 | 6 | 15 | 256 | 101 | 76 |
| Binary | 1100000 | 11011101 | 11010000 | 111001 | 0 | 110 | 1101 | 10101110 | 1000001 | 111110 |
Color Harmonies of #60DDD0
Complementary color
Monochromatic Colors of #60DDD0
Black with #60DDD0
Text Example
Text Example
White with #60DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DDD0; }
p { color: rgb(96,221,208); }
H1.HeaderClassName
{
color: #60DDD0;
}
.AnyTagClassName
{
color: #60DDD0;
}
</style>
background-color css
<style>
a { background-color: #60DDD0; }
a { background-color: rgb(96,221,208); }
div.DivClassName
{
background-color: #60DDD0;
}
.BgClassName
{
background-color: #60DDD0;
}
</style>
border-color css
<style>
span { border-color: #60DDD0; }
span { border-color: rgb(96,221,208); }
td.TdClassName
{
border-color: #60DDD0;
}
.TagClassName
{
border-color: #60DDD0;
}
</style>