Shades of Downy #68DCD0
Tints of Downy #68DCD0
RGB
CMYK
RGB Variations
Color information
#68DCD0 (or 0x68DCD0) is known color: Downy. HEX triplet: 68, DC and D0. RGB value is (104,220,208). Sum of RGB (Red+Green+Blue) = 104+220+208=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCD0 is #97232F. Grayscale: #B7B7B7. Windows color (decimal): -9904944 or 13687912. OLE color: 13687912.
HSL color Cylindrical-coordinate representation of color #68DCD0: hue angle of 173.79º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DCD0 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 208 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.14 |
| HSL | 173.79º | 0.62% | 0.64% | - |
| HSV(B) | 173.79º | 0.53% | 0.86% | - |
| XYZ | 42.69 | 58.68 | 68.75 | - |
| YUV | 183.95 | 141.57 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 208 | 0.53 | 0 | 0.05 | 0.14 | 173.79 | 0.62 | 0.64 |
| Hex | 68 | DC | D0 | 35 | 0 | 5 | E | AE | 3E | 40 |
| Octal | 150 | 334 | 320 | 65 | 0 | 5 | 16 | 256 | 76 | 100 |
| Binary | 1101000 | 11011100 | 11010000 | 110101 | 0 | 101 | 1110 | 10101110 | 111110 | 1000000 |
Color Harmonies of #68DCD0
Complementary color
Monochromatic Colors of #68DCD0
Black with #68DCD0
Text Example
Text Example
White with #68DCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCD0; }
p { color: rgb(104,220,208); }
H1.HeaderClassName
{
color: #68DCD0;
}
.AnyTagClassName
{
color: #68DCD0;
}
</style>
background-color css
<style>
a { background-color: #68DCD0; }
a { background-color: rgb(104,220,208); }
div.DivClassName
{
background-color: #68DCD0;
}
.BgClassName
{
background-color: #68DCD0;
}
</style>
border-color css
<style>
span { border-color: #68DCD0; }
span { border-color: rgb(104,220,208); }
td.TdClassName
{
border-color: #68DCD0;
}
.TagClassName
{
border-color: #68DCD0;
}
</style>