Shades of Downy #68DFD0
Tints of Downy #68DFD0
RGB
CMYK
RGB Variations
Color information
#68DFD0 (or 0x68DFD0) is known color: Downy. HEX triplet: 68, DF and D0. RGB value is (104,223,208). Sum of RGB (Red+Green+Blue) = 104+223+208=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFD0 is #97202F. Grayscale: #B9B9B9. Windows color (decimal): -9904176 or 13688680. OLE color: 13688680.
HSL color Cylindrical-coordinate representation of color #68DFD0: hue angle of 172.44º 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 #68DFD0 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 223 | 208 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.13 |
| HSL | 172.44º | 0.65% | 0.64% | - |
| HSV(B) | 172.44º | 0.53% | 0.87% | - |
| XYZ | 43.48 | 60.27 | 69.02 | - |
| YUV | 185.71 | 140.58 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 208 | 0.53 | 0 | 0.07 | 0.13 | 172.44 | 0.65 | 0.64 |
| Hex | 68 | DF | D0 | 35 | 0 | 7 | D | AC | 41 | 40 |
| Octal | 150 | 337 | 320 | 65 | 0 | 7 | 15 | 254 | 101 | 100 |
| Binary | 1101000 | 11011111 | 11010000 | 110101 | 0 | 111 | 1101 | 10101100 | 1000001 | 1000000 |
Color Harmonies of #68DFD0
Complementary color
Monochromatic Colors of #68DFD0
Black with #68DFD0
Text Example
Text Example
White with #68DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DFD0; }
p { color: rgb(104,223,208); }
H1.HeaderClassName
{
color: #68DFD0;
}
.AnyTagClassName
{
color: #68DFD0;
}
</style>
background-color css
<style>
a { background-color: #68DFD0; }
a { background-color: rgb(104,223,208); }
div.DivClassName
{
background-color: #68DFD0;
}
.BgClassName
{
background-color: #68DFD0;
}
</style>
border-color css
<style>
span { border-color: #68DFD0; }
span { border-color: rgb(104,223,208); }
td.TdClassName
{
border-color: #68DFD0;
}
.TagClassName
{
border-color: #68DFD0;
}
</style>