Shades of Downy #60DAB7
Tints of Downy #60DAB7
RGB
CMYK
RGB Variations
Color information
#60DAB7 (or 0x60DAB7) is known color: Downy. HEX triplet: 60, DA and B7. RGB value is (96,218,183). Sum of RGB (Red+Green+Blue) = 96+218+183=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #60DAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DAB7 is #9F2548. Grayscale: #B1B1B1. Windows color (decimal): -10429769 or 12048992. OLE color: 12048992.
HSL color Cylindrical-coordinate representation of color #60DAB7: hue angle of 162.79º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DAB7 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 218 | 183 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.15 |
| HSL | 162.79º | 0.62% | 0.62% | - |
| HSV(B) | 162.79º | 0.56% | 0.85% | - |
| XYZ | 38.44 | 56.05 | 53.59 | - |
| YUV | 177.53 | 131.08 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 183 | 0.56 | 0 | 0.16 | 0.15 | 162.79 | 0.62 | 0.62 |
| Hex | 60 | DA | B7 | 38 | 0 | 10 | F | A3 | 3E | 3E |
| Octal | 140 | 332 | 267 | 70 | 0 | 20 | 17 | 243 | 76 | 76 |
| Binary | 1100000 | 11011010 | 10110111 | 111000 | 0 | 10000 | 1111 | 10100011 | 111110 | 111110 |
Color Harmonies of #60DAB7
Complementary color
Monochromatic Colors of #60DAB7
Black with #60DAB7
Text Example
Text Example
White with #60DAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DAB7; }
p { color: rgb(96,218,183); }
H1.HeaderClassName
{
color: #60DAB7;
}
.AnyTagClassName
{
color: #60DAB7;
}
</style>
background-color css
<style>
a { background-color: #60DAB7; }
a { background-color: rgb(96,218,183); }
div.DivClassName
{
background-color: #60DAB7;
}
.BgClassName
{
background-color: #60DAB7;
}
</style>
border-color css
<style>
span { border-color: #60DAB7; }
span { border-color: rgb(96,218,183); }
td.TdClassName
{
border-color: #60DAB7;
}
.TagClassName
{
border-color: #60DAB7;
}
</style>