Shades of Downy #68DDB6
Tints of Downy #68DDB6
RGB
CMYK
RGB Variations
Color information
#68DDB6 (or 0x68DDB6) is known color: Downy. HEX triplet: 68, DD and B6. RGB value is (104,221,182). Sum of RGB (Red+Green+Blue) = 104+221+182=507 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.51% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDB6 is #972249. Grayscale: #B5B5B5. Windows color (decimal): -9904714 or 11984232. OLE color: 11984232.
HSL color Cylindrical-coordinate representation of color #68DDB6: hue angle of 160º degrees, saturation: 0.63, 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 #68DDB6 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 182 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.13 |
| HSL | 160º | 0.63% | 0.64% | - |
| HSV(B) | 160º | 0.53% | 0.87% | - |
| XYZ | 40.01 | 58.03 | 53.35 | - |
| YUV | 181.57 | 128.24 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 182 | 0.53 | 0 | 0.18 | 0.13 | 160 | 0.63 | 0.64 |
| Hex | 68 | DD | B6 | 35 | 0 | 12 | D | A0 | 3F | 40 |
| Octal | 150 | 335 | 266 | 65 | 0 | 22 | 15 | 240 | 77 | 100 |
| Binary | 1101000 | 11011101 | 10110110 | 110101 | 0 | 10010 | 1101 | 10100000 | 111111 | 1000000 |
Color Harmonies of #68DDB6
Complementary color
Monochromatic Colors of #68DDB6
Black with #68DDB6
Text Example
Text Example
White with #68DDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDB6; }
p { color: rgb(104,221,182); }
H1.HeaderClassName
{
color: #68DDB6;
}
.AnyTagClassName
{
color: #68DDB6;
}
</style>
background-color css
<style>
a { background-color: #68DDB6; }
a { background-color: rgb(104,221,182); }
div.DivClassName
{
background-color: #68DDB6;
}
.BgClassName
{
background-color: #68DDB6;
}
</style>
border-color css
<style>
span { border-color: #68DDB6; }
span { border-color: rgb(104,221,182); }
td.TdClassName
{
border-color: #68DDB6;
}
.TagClassName
{
border-color: #68DDB6;
}
</style>