Shades of Downy #60DACF
Tints of Downy #60DACF
RGB
CMYK
RGB Variations
Color information
#60DACF (or 0x60DACF) is known color: Downy. HEX triplet: 60, DA and CF. RGB value is (96,218,207). Sum of RGB (Red+Green+Blue) = 96+218+207=521 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.43% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #60DACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DACF is #9F2530. Grayscale: #B4B4B4. Windows color (decimal): -10429745 or 13621856. OLE color: 13621856.
HSL color Cylindrical-coordinate representation of color #60DACF: hue angle of 174.59º 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 #60DACF is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 218 | 207 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.15 |
| HSL | 174.59º | 0.62% | 0.62% | - |
| HSV(B) | 174.59º | 0.56% | 0.85% | - |
| XYZ | 41.16 | 57.13 | 67.89 | - |
| YUV | 180.27 | 143.08 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 207 | 0.56 | 0 | 0.05 | 0.15 | 174.59 | 0.62 | 0.62 |
| Hex | 60 | DA | CF | 38 | 0 | 5 | F | AF | 3E | 3E |
| Octal | 140 | 332 | 317 | 70 | 0 | 5 | 17 | 257 | 76 | 76 |
| Binary | 1100000 | 11011010 | 11001111 | 111000 | 0 | 101 | 1111 | 10101111 | 111110 | 111110 |
Color Harmonies of #60DACF
Complementary color
Monochromatic Colors of #60DACF
Black with #60DACF
Text Example
Text Example
White with #60DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DACF; }
p { color: rgb(96,218,207); }
H1.HeaderClassName
{
color: #60DACF;
}
.AnyTagClassName
{
color: #60DACF;
}
</style>
background-color css
<style>
a { background-color: #60DACF; }
a { background-color: rgb(96,218,207); }
div.DivClassName
{
background-color: #60DACF;
}
.BgClassName
{
background-color: #60DACF;
}
</style>
border-color css
<style>
span { border-color: #60DACF; }
span { border-color: rgb(96,218,207); }
td.TdClassName
{
border-color: #60DACF;
}
.TagClassName
{
border-color: #60DACF;
}
</style>