Shades of Downy #79DDB9
Tints of Downy #79DDB9
RGB
CMYK
RGB Variations
Color information
#79DDB9 (or 0x79DDB9) is known color: Downy. HEX triplet: 79, DD and B9. RGB value is (121,221,185). Sum of RGB (Red+Green+Blue) = 121+221+185=527 (69% of max value = 765). Red value is 121 (47.66% from 255 or 22.96% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #79DDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79DDB9 is #862246. Grayscale: #BBBBBB. Windows color (decimal): -8790599 or 12180857. OLE color: 12180857.
HSL color Cylindrical-coordinate representation of color #79DDB9: hue angle of 158.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79DDB9 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 221 | 185 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.13 |
| HSL | 158.4º | 0.6% | 0.67% | - |
| HSV(B) | 158.4º | 0.45% | 0.87% | - |
| XYZ | 42.5 | 59.28 | 55.1 | - |
| YUV | 187 | 126.87 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 221 | 185 | 0.45 | 0 | 0.16 | 0.13 | 158.4 | 0.6 | 0.67 |
| Hex | 79 | DD | B9 | 2D | 0 | 10 | D | 9E | 3C | 43 |
| Octal | 171 | 335 | 271 | 55 | 0 | 20 | 15 | 236 | 74 | 103 |
| Binary | 1111001 | 11011101 | 10111001 | 101101 | 0 | 10000 | 1101 | 10011110 | 111100 | 1000011 |
Color Harmonies of #79DDB9
Complementary color
Monochromatic Colors of #79DDB9
Black with #79DDB9
Text Example
Text Example
White with #79DDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79DDB9; }
p { color: rgb(121,221,185); }
H1.HeaderClassName
{
color: #79DDB9;
}
.AnyTagClassName
{
color: #79DDB9;
}
</style>
background-color css
<style>
a { background-color: #79DDB9; }
a { background-color: rgb(121,221,185); }
div.DivClassName
{
background-color: #79DDB9;
}
.BgClassName
{
background-color: #79DDB9;
}
</style>
border-color css
<style>
span { border-color: #79DDB9; }
span { border-color: rgb(121,221,185); }
td.TdClassName
{
border-color: #79DDB9;
}
.TagClassName
{
border-color: #79DDB9;
}
</style>