Shades of Downy #60DCCF
Tints of Downy #60DCCF
RGB
CMYK
RGB Variations
Color information
#60DCCF (or 0x60DCCF) is known color: Downy. HEX triplet: 60, DC and CF. RGB value is (96,220,207). Sum of RGB (Red+Green+Blue) = 96+220+207=523 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.36% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #60DCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DCCF is #9F2330. Grayscale: #B5B5B5. Windows color (decimal): -10429233 or 13622368. OLE color: 13622368.
HSL color Cylindrical-coordinate representation of color #60DCCF: hue angle of 173.71º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DCCF is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 220 | 207 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.14 |
| HSL | 173.71º | 0.64% | 0.62% | - |
| HSV(B) | 173.71º | 0.56% | 0.86% | - |
| XYZ | 41.68 | 58.18 | 68.06 | - |
| YUV | 181.44 | 142.42 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 220 | 207 | 0.56 | 0 | 0.06 | 0.14 | 173.71 | 0.64 | 0.62 |
| Hex | 60 | DC | CF | 38 | 0 | 6 | E | AE | 40 | 3E |
| Octal | 140 | 334 | 317 | 70 | 0 | 6 | 16 | 256 | 100 | 76 |
| Binary | 1100000 | 11011100 | 11001111 | 111000 | 0 | 110 | 1110 | 10101110 | 1000000 | 111110 |
Color Harmonies of #60DCCF
Complementary color
Monochromatic Colors of #60DCCF
Black with #60DCCF
Text Example
Text Example
White with #60DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DCCF; }
p { color: rgb(96,220,207); }
H1.HeaderClassName
{
color: #60DCCF;
}
.AnyTagClassName
{
color: #60DCCF;
}
</style>
background-color css
<style>
a { background-color: #60DCCF; }
a { background-color: rgb(96,220,207); }
div.DivClassName
{
background-color: #60DCCF;
}
.BgClassName
{
background-color: #60DCCF;
}
</style>
border-color css
<style>
span { border-color: #60DCCF; }
span { border-color: rgb(96,220,207); }
td.TdClassName
{
border-color: #60DCCF;
}
.TagClassName
{
border-color: #60DCCF;
}
</style>