Shades of Downy #60DBCC
Tints of Downy #60DBCC
RGB
CMYK
RGB Variations
Color information
#60DBCC (or 0x60DBCC) is known color: Downy. HEX triplet: 60, DB and CC. RGB value is (96,219,204). Sum of RGB (Red+Green+Blue) = 96+219+204=519 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.50% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #60DBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DBCC is #9F2433. Grayscale: #B4B4B4. Windows color (decimal): -10429492 or 13425504. OLE color: 13425504.
HSL color Cylindrical-coordinate representation of color #60DBCC: hue angle of 172.68º degrees, saturation: 0.63, 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 #60DBCC is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 219 | 204 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.14 |
| HSL | 172.68º | 0.63% | 0.62% | - |
| HSV(B) | 172.68º | 0.56% | 0.86% | - |
| XYZ | 41.05 | 57.51 | 66.06 | - |
| YUV | 180.51 | 141.25 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 219 | 204 | 0.56 | 0 | 0.07 | 0.14 | 172.68 | 0.63 | 0.62 |
| Hex | 60 | DB | CC | 38 | 0 | 7 | E | AD | 3F | 3E |
| Octal | 140 | 333 | 314 | 70 | 0 | 7 | 16 | 255 | 77 | 76 |
| Binary | 1100000 | 11011011 | 11001100 | 111000 | 0 | 111 | 1110 | 10101101 | 111111 | 111110 |
Color Harmonies of #60DBCC
Complementary color
Monochromatic Colors of #60DBCC
Black with #60DBCC
Text Example
Text Example
White with #60DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DBCC; }
p { color: rgb(96,219,204); }
H1.HeaderClassName
{
color: #60DBCC;
}
.AnyTagClassName
{
color: #60DBCC;
}
</style>
background-color css
<style>
a { background-color: #60DBCC; }
a { background-color: rgb(96,219,204); }
div.DivClassName
{
background-color: #60DBCC;
}
.BgClassName
{
background-color: #60DBCC;
}
</style>
border-color css
<style>
span { border-color: #60DBCC; }
span { border-color: rgb(96,219,204); }
td.TdClassName
{
border-color: #60DBCC;
}
.TagClassName
{
border-color: #60DBCC;
}
</style>