Shades of Downy #68DEC2
Tints of Downy #68DEC2
RGB
CMYK
RGB Variations
Color information
#68DEC2 (or 0x68DEC2) is known color: Downy. HEX triplet: 68, DE and C2. RGB value is (104,222,194). Sum of RGB (Red+Green+Blue) = 104+222+194=520 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #68DEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DEC2 is #97213D. Grayscale: #B7B7B7. Windows color (decimal): -9904446 or 12770920. OLE color: 12770920.
HSL color Cylindrical-coordinate representation of color #68DEC2: hue angle of 165.76º 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 #68DEC2 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 222 | 194 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.13 |
| HSL | 165.76º | 0.64% | 0.64% | - |
| HSV(B) | 165.76º | 0.53% | 0.87% | - |
| XYZ | 41.57 | 59.08 | 60.25 | - |
| YUV | 183.53 | 133.91 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 194 | 0.53 | 0 | 0.13 | 0.13 | 165.76 | 0.64 | 0.64 |
| Hex | 68 | DE | C2 | 35 | 0 | D | D | A6 | 40 | 40 |
| Octal | 150 | 336 | 302 | 65 | 0 | 15 | 15 | 246 | 100 | 100 |
| Binary | 1101000 | 11011110 | 11000010 | 110101 | 0 | 1101 | 1101 | 10100110 | 1000000 | 1000000 |
Color Harmonies of #68DEC2
Complementary color
Monochromatic Colors of #68DEC2
Black with #68DEC2
Text Example
Text Example
White with #68DEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DEC2; }
p { color: rgb(104,222,194); }
H1.HeaderClassName
{
color: #68DEC2;
}
.AnyTagClassName
{
color: #68DEC2;
}
</style>
background-color css
<style>
a { background-color: #68DEC2; }
a { background-color: rgb(104,222,194); }
div.DivClassName
{
background-color: #68DEC2;
}
.BgClassName
{
background-color: #68DEC2;
}
</style>
border-color css
<style>
span { border-color: #68DEC2; }
span { border-color: rgb(104,222,194); }
td.TdClassName
{
border-color: #68DEC2;
}
.TagClassName
{
border-color: #68DEC2;
}
</style>