Shades of Downy #60DEC1
Tints of Downy #60DEC1
RGB
CMYK
RGB Variations
Color information
#60DEC1 (or 0x60DEC1) is known color: Downy. HEX triplet: 60, DE and C1. RGB value is (96,222,193). Sum of RGB (Red+Green+Blue) = 96+222+193=511 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.79% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #60DEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DEC1 is #9F213E. Grayscale: #B5B5B5. Windows color (decimal): -10428735 or 12705376. OLE color: 12705376.
HSL color Cylindrical-coordinate representation of color #60DEC1: hue angle of 166.19º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DEC1 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 222 | 193 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.13 |
| HSL | 166.19º | 0.66% | 0.62% | - |
| HSV(B) | 166.19º | 0.57% | 0.87% | - |
| XYZ | 40.57 | 58.58 | 59.62 | - |
| YUV | 181.02 | 134.76 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 222 | 193 | 0.57 | 0 | 0.13 | 0.13 | 166.19 | 0.66 | 0.62 |
| Hex | 60 | DE | C1 | 39 | 0 | D | D | A6 | 42 | 3E |
| Octal | 140 | 336 | 301 | 71 | 0 | 15 | 15 | 246 | 102 | 76 |
| Binary | 1100000 | 11011110 | 11000001 | 111001 | 0 | 1101 | 1101 | 10100110 | 1000010 | 111110 |
Color Harmonies of #60DEC1
Complementary color
Monochromatic Colors of #60DEC1
Black with #60DEC1
Text Example
Text Example
White with #60DEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DEC1; }
p { color: rgb(96,222,193); }
H1.HeaderClassName
{
color: #60DEC1;
}
.AnyTagClassName
{
color: #60DEC1;
}
</style>
background-color css
<style>
a { background-color: #60DEC1; }
a { background-color: rgb(96,222,193); }
div.DivClassName
{
background-color: #60DEC1;
}
.BgClassName
{
background-color: #60DEC1;
}
</style>
border-color css
<style>
span { border-color: #60DEC1; }
span { border-color: rgb(96,222,193); }
td.TdClassName
{
border-color: #60DEC1;
}
.TagClassName
{
border-color: #60DEC1;
}
</style>