Shades of Downy #60DFCC
Tints of Downy #60DFCC
RGB
CMYK
RGB Variations
Color information
#60DFCC (or 0x60DFCC) is known color: Downy. HEX triplet: 60, DF and CC. RGB value is (96,223,204). Sum of RGB (Red+Green+Blue) = 96+223+204=523 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.36% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #60DFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DFCC is #9F2033. Grayscale: #B6B6B6. Windows color (decimal): -10428468 or 13426528. OLE color: 13426528.
HSL color Cylindrical-coordinate representation of color #60DFCC: hue angle of 171.02º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DFCC is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 223 | 204 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.13 |
| HSL | 171.02º | 0.66% | 0.63% | - |
| HSV(B) | 171.02º | 0.57% | 0.87% | - |
| XYZ | 42.11 | 59.62 | 66.42 | - |
| YUV | 182.86 | 139.92 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 223 | 204 | 0.57 | 0 | 0.09 | 0.13 | 171.02 | 0.66 | 0.63 |
| Hex | 60 | DF | CC | 39 | 0 | 9 | D | AB | 42 | 3F |
| Octal | 140 | 337 | 314 | 71 | 0 | 11 | 15 | 253 | 102 | 77 |
| Binary | 1100000 | 11011111 | 11001100 | 111001 | 0 | 1001 | 1101 | 10101011 | 1000010 | 111111 |
Color Harmonies of #60DFCC
Complementary color
Monochromatic Colors of #60DFCC
Black with #60DFCC
Text Example
Text Example
White with #60DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DFCC; }
p { color: rgb(96,223,204); }
H1.HeaderClassName
{
color: #60DFCC;
}
.AnyTagClassName
{
color: #60DFCC;
}
</style>
background-color css
<style>
a { background-color: #60DFCC; }
a { background-color: rgb(96,223,204); }
div.DivClassName
{
background-color: #60DFCC;
}
.BgClassName
{
background-color: #60DFCC;
}
</style>
border-color css
<style>
span { border-color: #60DFCC; }
span { border-color: rgb(96,223,204); }
td.TdClassName
{
border-color: #60DFCC;
}
.TagClassName
{
border-color: #60DFCC;
}
</style>