Shades of Downy #68DAB9
Tints of Downy #68DAB9
RGB
CMYK
RGB Variations
Color information
#68DAB9 (or 0x68DAB9) is known color: Downy. HEX triplet: 68, DA and B9. RGB value is (104,218,185). Sum of RGB (Red+Green+Blue) = 104+218+185=507 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.51% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #68DAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DAB9 is #972546. Grayscale: #B4B4B4. Windows color (decimal): -9905479 or 12180072. OLE color: 12180072.
HSL color Cylindrical-coordinate representation of color #68DAB9: hue angle of 162.63º 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 #68DAB9 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 185 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.15 |
| HSL | 162.63º | 0.61% | 0.63% | - |
| HSV(B) | 162.63º | 0.52% | 0.85% | - |
| XYZ | 39.54 | 56.59 | 54.74 | - |
| YUV | 180.15 | 130.73 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 185 | 0.52 | 0 | 0.15 | 0.15 | 162.63 | 0.61 | 0.63 |
| Hex | 68 | DA | B9 | 34 | 0 | F | F | A3 | 3D | 3F |
| Octal | 150 | 332 | 271 | 64 | 0 | 17 | 17 | 243 | 75 | 77 |
| Binary | 1101000 | 11011010 | 10111001 | 110100 | 0 | 1111 | 1111 | 10100011 | 111101 | 111111 |
Color Harmonies of #68DAB9
Complementary color
Monochromatic Colors of #68DAB9
Black with #68DAB9
Text Example
Text Example
White with #68DAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DAB9; }
p { color: rgb(104,218,185); }
H1.HeaderClassName
{
color: #68DAB9;
}
.AnyTagClassName
{
color: #68DAB9;
}
</style>
background-color css
<style>
a { background-color: #68DAB9; }
a { background-color: rgb(104,218,185); }
div.DivClassName
{
background-color: #68DAB9;
}
.BgClassName
{
background-color: #68DAB9;
}
</style>
border-color css
<style>
span { border-color: #68DAB9; }
span { border-color: rgb(104,218,185); }
td.TdClassName
{
border-color: #68DAB9;
}
.TagClassName
{
border-color: #68DAB9;
}
</style>