Shades of Downy #68DEC0
Tints of Downy #68DEC0
RGB
CMYK
RGB Variations
Color information
#68DEC0 (or 0x68DEC0) is known color: Downy. HEX triplet: 68, DE and C0. RGB value is (104,222,192). Sum of RGB (Red+Green+Blue) = 104+222+192=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #68DEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DEC0 is #97213F. Grayscale: #B7B7B7. Windows color (decimal): -9904448 or 12639848. OLE color: 12639848.
HSL color Cylindrical-coordinate representation of color #68DEC0: hue angle of 164.75º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DEC0 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 222 | 192 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.13 |
| HSL | 164.75º | 0.64% | 0.64% | - |
| HSV(B) | 164.75º | 0.53% | 0.87% | - |
| XYZ | 41.34 | 58.99 | 59.08 | - |
| YUV | 183.3 | 132.91 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 192 | 0.53 | 0 | 0.14 | 0.13 | 164.75 | 0.64 | 0.64 |
| Hex | 68 | DE | C0 | 35 | 0 | E | D | A5 | 40 | 40 |
| Octal | 150 | 336 | 300 | 65 | 0 | 16 | 15 | 245 | 100 | 100 |
| Binary | 1101000 | 11011110 | 11000000 | 110101 | 0 | 1110 | 1101 | 10100101 | 1000000 | 1000000 |
Color Harmonies of #68DEC0
Complementary color
Monochromatic Colors of #68DEC0
Black with #68DEC0
Text Example
Text Example
White with #68DEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DEC0; }
p { color: rgb(104,222,192); }
H1.HeaderClassName
{
color: #68DEC0;
}
.AnyTagClassName
{
color: #68DEC0;
}
</style>
background-color css
<style>
a { background-color: #68DEC0; }
a { background-color: rgb(104,222,192); }
div.DivClassName
{
background-color: #68DEC0;
}
.BgClassName
{
background-color: #68DEC0;
}
</style>
border-color css
<style>
span { border-color: #68DEC0; }
span { border-color: rgb(104,222,192); }
td.TdClassName
{
border-color: #68DEC0;
}
.TagClassName
{
border-color: #68DEC0;
}
</style>