Shades of Downy #68D8D0
Tints of Downy #68D8D0
RGB
CMYK
RGB Variations
Color information
#68D8D0 (or 0x68D8D0) is known color: Downy. HEX triplet: 68, D8 and D0. RGB value is (104,216,208). Sum of RGB (Red+Green+Blue) = 104+216+208=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #68D8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D8D0 is #97272F. Grayscale: #B5B5B5. Windows color (decimal): -9905968 or 13686888. OLE color: 13686888.
HSL color Cylindrical-coordinate representation of color #68D8D0: hue angle of 175.71º degrees, saturation: 0.59, 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 #68D8D0 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 208 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.15 |
| HSL | 175.71º | 0.59% | 0.63% | - |
| HSV(B) | 175.71º | 0.52% | 0.85% | - |
| XYZ | 41.65 | 56.61 | 68.41 | - |
| YUV | 181.6 | 142.89 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 208 | 0.52 | 0 | 0.04 | 0.15 | 175.71 | 0.59 | 0.63 |
| Hex | 68 | D8 | D0 | 34 | 0 | 4 | F | B0 | 3B | 3F |
| Octal | 150 | 330 | 320 | 64 | 0 | 4 | 17 | 260 | 73 | 77 |
| Binary | 1101000 | 11011000 | 11010000 | 110100 | 0 | 100 | 1111 | 10110000 | 111011 | 111111 |
Color Harmonies of #68D8D0
Complementary color
Monochromatic Colors of #68D8D0
Black with #68D8D0
Text Example
Text Example
White with #68D8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D8D0; }
p { color: rgb(104,216,208); }
H1.HeaderClassName
{
color: #68D8D0;
}
.AnyTagClassName
{
color: #68D8D0;
}
</style>
background-color css
<style>
a { background-color: #68D8D0; }
a { background-color: rgb(104,216,208); }
div.DivClassName
{
background-color: #68D8D0;
}
.BgClassName
{
background-color: #68D8D0;
}
</style>
border-color css
<style>
span { border-color: #68D8D0; }
span { border-color: rgb(104,216,208); }
td.TdClassName
{
border-color: #68D8D0;
}
.TagClassName
{
border-color: #68D8D0;
}
</style>