Shades of Downy #60DDBA
Tints of Downy #60DDBA
RGB
CMYK
RGB Variations
Color information
#60DDBA (or 0x60DDBA) is known color: Downy. HEX triplet: 60, DD and BA. RGB value is (96,221,186). Sum of RGB (Red+Green+Blue) = 96+221+186=503 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.09% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #60DDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DDBA is #9F2245. Grayscale: #B3B3B3. Windows color (decimal): -10428998 or 12246368. OLE color: 12246368.
HSL color Cylindrical-coordinate representation of color #60DDBA: hue angle of 163.2º 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 #60DDBA is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 221 | 186 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.13 |
| HSL | 163.2º | 0.65% | 0.62% | - |
| HSV(B) | 163.2º | 0.57% | 0.87% | - |
| XYZ | 39.54 | 57.74 | 55.52 | - |
| YUV | 179.64 | 131.59 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 221 | 186 | 0.57 | 0 | 0.16 | 0.13 | 163.2 | 0.65 | 0.62 |
| Hex | 60 | DD | BA | 39 | 0 | 10 | D | A3 | 41 | 3E |
| Octal | 140 | 335 | 272 | 71 | 0 | 20 | 15 | 243 | 101 | 76 |
| Binary | 1100000 | 11011101 | 10111010 | 111001 | 0 | 10000 | 1101 | 10100011 | 1000001 | 111110 |
Color Harmonies of #60DDBA
Complementary color
Monochromatic Colors of #60DDBA
Black with #60DDBA
Text Example
Text Example
White with #60DDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DDBA; }
p { color: rgb(96,221,186); }
H1.HeaderClassName
{
color: #60DDBA;
}
.AnyTagClassName
{
color: #60DDBA;
}
</style>
background-color css
<style>
a { background-color: #60DDBA; }
a { background-color: rgb(96,221,186); }
div.DivClassName
{
background-color: #60DDBA;
}
.BgClassName
{
background-color: #60DDBA;
}
</style>
border-color css
<style>
span { border-color: #60DDBA; }
span { border-color: rgb(96,221,186); }
td.TdClassName
{
border-color: #60DDBA;
}
.TagClassName
{
border-color: #60DDBA;
}
</style>