Shades of Downy #68DDB7
Tints of Downy #68DDB7
RGB
CMYK
RGB Variations
Color information
#68DDB7 (or 0x68DDB7) is known color: Downy. HEX triplet: 68, DD and B7. RGB value is (104,221,183). Sum of RGB (Red+Green+Blue) = 104+221+183=508 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.47% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDB7 is #972248. Grayscale: #B5B5B5. Windows color (decimal): -9904713 or 12049768. OLE color: 12049768.
HSL color Cylindrical-coordinate representation of color #68DDB7: hue angle of 160.51º 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 #68DDB7 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 183 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.13 |
| HSL | 160.51º | 0.63% | 0.64% | - |
| HSV(B) | 160.51º | 0.53% | 0.87% | - |
| XYZ | 40.11 | 58.07 | 53.9 | - |
| YUV | 181.69 | 128.74 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 183 | 0.53 | 0 | 0.17 | 0.13 | 160.51 | 0.63 | 0.64 |
| Hex | 68 | DD | B7 | 35 | 0 | 11 | D | A1 | 3F | 40 |
| Octal | 150 | 335 | 267 | 65 | 0 | 21 | 15 | 241 | 77 | 100 |
| Binary | 1101000 | 11011101 | 10110111 | 110101 | 0 | 10001 | 1101 | 10100001 | 111111 | 1000000 |
Color Harmonies of #68DDB7
Complementary color
Monochromatic Colors of #68DDB7
Black with #68DDB7
Text Example
Text Example
White with #68DDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDB7; }
p { color: rgb(104,221,183); }
H1.HeaderClassName
{
color: #68DDB7;
}
.AnyTagClassName
{
color: #68DDB7;
}
</style>
background-color css
<style>
a { background-color: #68DDB7; }
a { background-color: rgb(104,221,183); }
div.DivClassName
{
background-color: #68DDB7;
}
.BgClassName
{
background-color: #68DDB7;
}
</style>
border-color css
<style>
span { border-color: #68DDB7; }
span { border-color: rgb(104,221,183); }
td.TdClassName
{
border-color: #68DDB7;
}
.TagClassName
{
border-color: #68DDB7;
}
</style>