Shades of Downy #68DACA
Tints of Downy #68DACA
RGB
CMYK
RGB Variations
Color information
#68DACA (or 0x68DACA) is known color: Downy. HEX triplet: 68, DA and CA. RGB value is (104,218,202). Sum of RGB (Red+Green+Blue) = 104+218+202=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #68DACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DACA is #972535. Grayscale: #B6B6B6. Windows color (decimal): -9905462 or 13294184. OLE color: 13294184.
HSL color Cylindrical-coordinate representation of color #68DACA: hue angle of 171.58º 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 #68DACA is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 202 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.15 |
| HSL | 171.58º | 0.61% | 0.63% | - |
| HSV(B) | 171.58º | 0.52% | 0.85% | - |
| XYZ | 41.44 | 57.35 | 64.76 | - |
| YUV | 182.09 | 139.23 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 202 | 0.52 | 0 | 0.07 | 0.15 | 171.58 | 0.61 | 0.63 |
| Hex | 68 | DA | CA | 34 | 0 | 7 | F | AC | 3D | 3F |
| Octal | 150 | 332 | 312 | 64 | 0 | 7 | 17 | 254 | 75 | 77 |
| Binary | 1101000 | 11011010 | 11001010 | 110100 | 0 | 111 | 1111 | 10101100 | 111101 | 111111 |
Color Harmonies of #68DACA
Complementary color
Monochromatic Colors of #68DACA
Black with #68DACA
Text Example
Text Example
White with #68DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DACA; }
p { color: rgb(104,218,202); }
H1.HeaderClassName
{
color: #68DACA;
}
.AnyTagClassName
{
color: #68DACA;
}
</style>
background-color css
<style>
a { background-color: #68DACA; }
a { background-color: rgb(104,218,202); }
div.DivClassName
{
background-color: #68DACA;
}
.BgClassName
{
background-color: #68DACA;
}
</style>
border-color css
<style>
span { border-color: #68DACA; }
span { border-color: rgb(104,218,202); }
td.TdClassName
{
border-color: #68DACA;
}
.TagClassName
{
border-color: #68DACA;
}
</style>