Shades of Downy #68DDC9
Tints of Downy #68DDC9
RGB
CMYK
RGB Variations
Color information
#68DDC9 (or 0x68DDC9) is known color: Downy. HEX triplet: 68, DD and C9. RGB value is (104,221,201). Sum of RGB (Red+Green+Blue) = 104+221+201=526 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.77% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDC9 is #972236. Grayscale: #B7B7B7. Windows color (decimal): -9904695 or 13229416. OLE color: 13229416.
HSL color Cylindrical-coordinate representation of color #68DDC9: hue angle of 169.74º 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 #68DDC9 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 201 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.13 |
| HSL | 169.74º | 0.63% | 0.64% | - |
| HSV(B) | 169.74º | 0.53% | 0.87% | - |
| XYZ | 42.11 | 58.87 | 64.4 | - |
| YUV | 183.74 | 137.74 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 201 | 0.53 | 0 | 0.09 | 0.13 | 169.74 | 0.63 | 0.64 |
| Hex | 68 | DD | C9 | 35 | 0 | 9 | D | AA | 3F | 40 |
| Octal | 150 | 335 | 311 | 65 | 0 | 11 | 15 | 252 | 77 | 100 |
| Binary | 1101000 | 11011101 | 11001001 | 110101 | 0 | 1001 | 1101 | 10101010 | 111111 | 1000000 |
Color Harmonies of #68DDC9
Complementary color
Monochromatic Colors of #68DDC9
Black with #68DDC9
Text Example
Text Example
White with #68DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDC9; }
p { color: rgb(104,221,201); }
H1.HeaderClassName
{
color: #68DDC9;
}
.AnyTagClassName
{
color: #68DDC9;
}
</style>
background-color css
<style>
a { background-color: #68DDC9; }
a { background-color: rgb(104,221,201); }
div.DivClassName
{
background-color: #68DDC9;
}
.BgClassName
{
background-color: #68DDC9;
}
</style>
border-color css
<style>
span { border-color: #68DDC9; }
span { border-color: rgb(104,221,201); }
td.TdClassName
{
border-color: #68DDC9;
}
.TagClassName
{
border-color: #68DDC9;
}
</style>