Shades of Downy #68DDC7
Tints of Downy #68DDC7
RGB
CMYK
RGB Variations
Color information
#68DDC7 (or 0x68DDC7) is known color: Downy. HEX triplet: 68, DD and C7. RGB value is (104,221,199). Sum of RGB (Red+Green+Blue) = 104+221+199=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDC7 is #972238. Grayscale: #B7B7B7. Windows color (decimal): -9904697 or 13098344. OLE color: 13098344.
HSL color Cylindrical-coordinate representation of color #68DDC7: hue angle of 168.72º 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 #68DDC7 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 199 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.13 |
| HSL | 168.72º | 0.63% | 0.64% | - |
| HSV(B) | 168.72º | 0.53% | 0.87% | - |
| XYZ | 41.87 | 58.78 | 63.17 | - |
| YUV | 183.51 | 136.74 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 199 | 0.53 | 0 | 0.10 | 0.13 | 168.72 | 0.63 | 0.64 |
| Hex | 68 | DD | C7 | 35 | 0 | A | D | A9 | 3F | 40 |
| Octal | 150 | 335 | 307 | 65 | 0 | 12 | 15 | 251 | 77 | 100 |
| Binary | 1101000 | 11011101 | 11000111 | 110101 | 0 | 1010 | 1101 | 10101001 | 111111 | 1000000 |
Color Harmonies of #68DDC7
Complementary color
Monochromatic Colors of #68DDC7
Black with #68DDC7
Text Example
Text Example
White with #68DDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDC7; }
p { color: rgb(104,221,199); }
H1.HeaderClassName
{
color: #68DDC7;
}
.AnyTagClassName
{
color: #68DDC7;
}
</style>
background-color css
<style>
a { background-color: #68DDC7; }
a { background-color: rgb(104,221,199); }
div.DivClassName
{
background-color: #68DDC7;
}
.BgClassName
{
background-color: #68DDC7;
}
</style>
border-color css
<style>
span { border-color: #68DDC7; }
span { border-color: rgb(104,221,199); }
td.TdClassName
{
border-color: #68DDC7;
}
.TagClassName
{
border-color: #68DDC7;
}
</style>