Shades of Downy #68DFC0
Tints of Downy #68DFC0
RGB
CMYK
RGB Variations
Color information
#68DFC0 (or 0x68DFC0) is known color: Downy. HEX triplet: 68, DF and C0. RGB value is (104,223,192). Sum of RGB (Red+Green+Blue) = 104+223+192=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFC0 is #97203F. Grayscale: #B7B7B7. Windows color (decimal): -9904192 or 12640104. OLE color: 12640104.
HSL color Cylindrical-coordinate representation of color #68DFC0: hue angle of 164.37º degrees, saturation: 0.65, 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 #68DFC0 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 223 | 192 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.13 |
| HSL | 164.37º | 0.65% | 0.64% | - |
| HSV(B) | 164.37º | 0.53% | 0.87% | - |
| XYZ | 41.61 | 59.52 | 59.17 | - |
| YUV | 183.89 | 132.58 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 192 | 0.53 | 0 | 0.14 | 0.13 | 164.37 | 0.65 | 0.64 |
| Hex | 68 | DF | C0 | 35 | 0 | E | D | A4 | 41 | 40 |
| Octal | 150 | 337 | 300 | 65 | 0 | 16 | 15 | 244 | 101 | 100 |
| Binary | 1101000 | 11011111 | 11000000 | 110101 | 0 | 1110 | 1101 | 10100100 | 1000001 | 1000000 |
Color Harmonies of #68DFC0
Complementary color
Monochromatic Colors of #68DFC0
Black with #68DFC0
Text Example
Text Example
White with #68DFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DFC0; }
p { color: rgb(104,223,192); }
H1.HeaderClassName
{
color: #68DFC0;
}
.AnyTagClassName
{
color: #68DFC0;
}
</style>
background-color css
<style>
a { background-color: #68DFC0; }
a { background-color: rgb(104,223,192); }
div.DivClassName
{
background-color: #68DFC0;
}
.BgClassName
{
background-color: #68DFC0;
}
</style>
border-color css
<style>
span { border-color: #68DFC0; }
span { border-color: rgb(104,223,192); }
td.TdClassName
{
border-color: #68DFC0;
}
.TagClassName
{
border-color: #68DFC0;
}
</style>