Shades of Downy #60DDBC
Tints of Downy #60DDBC
RGB
CMYK
RGB Variations
Color information
#60DDBC (or 0x60DDBC) is known color: Downy. HEX triplet: 60, DD and BC. RGB value is (96,221,188). Sum of RGB (Red+Green+Blue) = 96+221+188=505 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.01% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #60DDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DDBC is #9F2243. Grayscale: #B3B3B3. Windows color (decimal): -10428996 or 12377440. OLE color: 12377440.
HSL color Cylindrical-coordinate representation of color #60DDBC: hue angle of 164.16º 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 #60DDBC is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 221 | 188 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.13 |
| HSL | 164.16º | 0.65% | 0.62% | - |
| HSV(B) | 164.16º | 0.57% | 0.87% | - |
| XYZ | 39.76 | 57.83 | 56.64 | - |
| YUV | 179.86 | 132.59 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 221 | 188 | 0.57 | 0 | 0.15 | 0.13 | 164.16 | 0.65 | 0.62 |
| Hex | 60 | DD | BC | 39 | 0 | F | D | A4 | 41 | 3E |
| Octal | 140 | 335 | 274 | 71 | 0 | 17 | 15 | 244 | 101 | 76 |
| Binary | 1100000 | 11011101 | 10111100 | 111001 | 0 | 1111 | 1101 | 10100100 | 1000001 | 111110 |
Color Harmonies of #60DDBC
Complementary color
Monochromatic Colors of #60DDBC
Black with #60DDBC
Text Example
Text Example
White with #60DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DDBC; }
p { color: rgb(96,221,188); }
H1.HeaderClassName
{
color: #60DDBC;
}
.AnyTagClassName
{
color: #60DDBC;
}
</style>
background-color css
<style>
a { background-color: #60DDBC; }
a { background-color: rgb(96,221,188); }
div.DivClassName
{
background-color: #60DDBC;
}
.BgClassName
{
background-color: #60DDBC;
}
</style>
border-color css
<style>
span { border-color: #60DDBC; }
span { border-color: rgb(96,221,188); }
td.TdClassName
{
border-color: #60DDBC;
}
.TagClassName
{
border-color: #60DDBC;
}
</style>