Shades of Downy #60DDCD
Tints of Downy #60DDCD
RGB
CMYK
RGB Variations
Color information
#60DDCD (or 0x60DDCD) is known color: Downy. HEX triplet: 60, DD and CD. RGB value is (96,221,205). Sum of RGB (Red+Green+Blue) = 96+221+205=522 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.39% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #60DDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DDCD is #9F2232. Grayscale: #B5B5B5. Windows color (decimal): -10428979 or 13491552. OLE color: 13491552.
HSL color Cylindrical-coordinate representation of color #60DDCD: hue angle of 172.32º 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 #60DDCD is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 221 | 205 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.13 |
| HSL | 172.32º | 0.65% | 0.62% | - |
| HSV(B) | 172.32º | 0.57% | 0.87% | - |
| XYZ | 41.7 | 58.61 | 66.87 | - |
| YUV | 181.8 | 141.09 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 221 | 205 | 0.57 | 0 | 0.07 | 0.13 | 172.32 | 0.65 | 0.62 |
| Hex | 60 | DD | CD | 39 | 0 | 7 | D | AC | 41 | 3E |
| Octal | 140 | 335 | 315 | 71 | 0 | 7 | 15 | 254 | 101 | 76 |
| Binary | 1100000 | 11011101 | 11001101 | 111001 | 0 | 111 | 1101 | 10101100 | 1000001 | 111110 |
Color Harmonies of #60DDCD
Complementary color
Monochromatic Colors of #60DDCD
Black with #60DDCD
Text Example
Text Example
White with #60DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DDCD; }
p { color: rgb(96,221,205); }
H1.HeaderClassName
{
color: #60DDCD;
}
.AnyTagClassName
{
color: #60DDCD;
}
</style>
background-color css
<style>
a { background-color: #60DDCD; }
a { background-color: rgb(96,221,205); }
div.DivClassName
{
background-color: #60DDCD;
}
.BgClassName
{
background-color: #60DDCD;
}
</style>
border-color css
<style>
span { border-color: #60DDCD; }
span { border-color: rgb(96,221,205); }
td.TdClassName
{
border-color: #60DDCD;
}
.TagClassName
{
border-color: #60DDCD;
}
</style>