Shades of Downy #60DEC2
Tints of Downy #60DEC2
RGB
CMYK
RGB Variations
Color information
#60DEC2 (or 0x60DEC2) is known color: Downy. HEX triplet: 60, DE and C2. RGB value is (96,222,194). Sum of RGB (Red+Green+Blue) = 96+222+194=512 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.75% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #60DEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DEC2 is #9F213D. Grayscale: #B5B5B5. Windows color (decimal): -10428734 or 12770912. OLE color: 12770912.
HSL color Cylindrical-coordinate representation of color #60DEC2: hue angle of 166.67º 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 #60DEC2 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 222 | 194 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.13 |
| HSL | 166.67º | 0.66% | 0.62% | - |
| HSV(B) | 166.67º | 0.57% | 0.87% | - |
| XYZ | 40.68 | 58.62 | 60.21 | - |
| YUV | 181.13 | 135.26 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 222 | 194 | 0.57 | 0 | 0.13 | 0.13 | 166.67 | 0.66 | 0.62 |
| Hex | 60 | DE | C2 | 39 | 0 | D | D | A7 | 42 | 3E |
| Octal | 140 | 336 | 302 | 71 | 0 | 15 | 15 | 247 | 102 | 76 |
| Binary | 1100000 | 11011110 | 11000010 | 111001 | 0 | 1101 | 1101 | 10100111 | 1000010 | 111110 |
Color Harmonies of #60DEC2
Complementary color
Monochromatic Colors of #60DEC2
Black with #60DEC2
Text Example
Text Example
White with #60DEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DEC2; }
p { color: rgb(96,222,194); }
H1.HeaderClassName
{
color: #60DEC2;
}
.AnyTagClassName
{
color: #60DEC2;
}
</style>
background-color css
<style>
a { background-color: #60DEC2; }
a { background-color: rgb(96,222,194); }
div.DivClassName
{
background-color: #60DEC2;
}
.BgClassName
{
background-color: #60DEC2;
}
</style>
border-color css
<style>
span { border-color: #60DEC2; }
span { border-color: rgb(96,222,194); }
td.TdClassName
{
border-color: #60DEC2;
}
.TagClassName
{
border-color: #60DEC2;
}
</style>