Shades of Downy #68DAC0
Tints of Downy #68DAC0
RGB
CMYK
RGB Variations
Color information
#68DAC0 (or 0x68DAC0) is known color: Downy. HEX triplet: 68, DA and C0. RGB value is (104,218,192). Sum of RGB (Red+Green+Blue) = 104+218+192=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #68DAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DAC0 is #97253F. Grayscale: #B4B4B4. Windows color (decimal): -9905472 or 12638824. OLE color: 12638824.
HSL color Cylindrical-coordinate representation of color #68DAC0: hue angle of 166.32º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68DAC0 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 192 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.15 |
| HSL | 166.32º | 0.61% | 0.63% | - |
| HSV(B) | 166.32º | 0.52% | 0.85% | - |
| XYZ | 40.29 | 56.89 | 58.73 | - |
| YUV | 180.95 | 134.23 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 192 | 0.52 | 0 | 0.12 | 0.15 | 166.32 | 0.61 | 0.63 |
| Hex | 68 | DA | C0 | 34 | 0 | C | F | A6 | 3D | 3F |
| Octal | 150 | 332 | 300 | 64 | 0 | 14 | 17 | 246 | 75 | 77 |
| Binary | 1101000 | 11011010 | 11000000 | 110100 | 0 | 1100 | 1111 | 10100110 | 111101 | 111111 |
Color Harmonies of #68DAC0
Complementary color
Monochromatic Colors of #68DAC0
Black with #68DAC0
Text Example
Text Example
White with #68DAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DAC0; }
p { color: rgb(104,218,192); }
H1.HeaderClassName
{
color: #68DAC0;
}
.AnyTagClassName
{
color: #68DAC0;
}
</style>
background-color css
<style>
a { background-color: #68DAC0; }
a { background-color: rgb(104,218,192); }
div.DivClassName
{
background-color: #68DAC0;
}
.BgClassName
{
background-color: #68DAC0;
}
</style>
border-color css
<style>
span { border-color: #68DAC0; }
span { border-color: rgb(104,218,192); }
td.TdClassName
{
border-color: #68DAC0;
}
.TagClassName
{
border-color: #68DAC0;
}
</style>