Shades of Downy #68DEC7
Tints of Downy #68DEC7
RGB
CMYK
RGB Variations
Color information
#68DEC7 (or 0x68DEC7) is known color: Downy. HEX triplet: 68, DE and C7. RGB value is (104,222,199). Sum of RGB (Red+Green+Blue) = 104+222+199=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 199 (78.12% from 255 or 37.90% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #68DEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DEC7 is #972138. Grayscale: #B8B8B8. Windows color (decimal): -9904441 or 13098600. OLE color: 13098600.
HSL color Cylindrical-coordinate representation of color #68DEC7: hue angle of 168.31º 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 #68DEC7 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 222 | 199 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.13 |
| HSL | 168.31º | 0.64% | 0.64% | - |
| HSV(B) | 168.31º | 0.53% | 0.87% | - |
| XYZ | 42.14 | 59.31 | 63.26 | - |
| YUV | 184.1 | 136.41 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 199 | 0.53 | 0 | 0.10 | 0.13 | 168.31 | 0.64 | 0.64 |
| Hex | 68 | DE | C7 | 35 | 0 | A | D | A8 | 40 | 40 |
| Octal | 150 | 336 | 307 | 65 | 0 | 12 | 15 | 250 | 100 | 100 |
| Binary | 1101000 | 11011110 | 11000111 | 110101 | 0 | 1010 | 1101 | 10101000 | 1000000 | 1000000 |
Color Harmonies of #68DEC7
Complementary color
Monochromatic Colors of #68DEC7
Black with #68DEC7
Text Example
Text Example
White with #68DEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DEC7; }
p { color: rgb(104,222,199); }
H1.HeaderClassName
{
color: #68DEC7;
}
.AnyTagClassName
{
color: #68DEC7;
}
</style>
background-color css
<style>
a { background-color: #68DEC7; }
a { background-color: rgb(104,222,199); }
div.DivClassName
{
background-color: #68DEC7;
}
.BgClassName
{
background-color: #68DEC7;
}
</style>
border-color css
<style>
span { border-color: #68DEC7; }
span { border-color: rgb(104,222,199); }
td.TdClassName
{
border-color: #68DEC7;
}
.TagClassName
{
border-color: #68DEC7;
}
</style>