Shades of Downy #79D0B9
Tints of Downy #79D0B9
RGB
CMYK
RGB Variations
Color information
#79D0B9 (or 0x79D0B9) is known color: Downy. HEX triplet: 79, D0 and B9. RGB value is (121,208,185). Sum of RGB (Red+Green+Blue) = 121+208+185=514 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.54% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #79D0B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D0B9 is #862F46. Grayscale: #B3B3B3. Windows color (decimal): -8793927 or 12177529. OLE color: 12177529.
HSL color Cylindrical-coordinate representation of color #79D0B9: hue angle of 164.14º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79D0B9 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 208 | 185 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.18 |
| HSL | 164.14º | 0.48% | 0.65% | - |
| HSV(B) | 164.14º | 0.42% | 0.82% | - |
| XYZ | 39.2 | 52.68 | 54 | - |
| YUV | 179.37 | 131.18 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 208 | 185 | 0.42 | 0 | 0.11 | 0.18 | 164.14 | 0.48 | 0.65 |
| Hex | 79 | D0 | B9 | 2A | 0 | B | 12 | A4 | 30 | 41 |
| Octal | 171 | 320 | 271 | 52 | 0 | 13 | 22 | 244 | 60 | 101 |
| Binary | 1111001 | 11010000 | 10111001 | 101010 | 0 | 1011 | 10010 | 10100100 | 110000 | 1000001 |
Color Harmonies of #79D0B9
Complementary color
Monochromatic Colors of #79D0B9
Black with #79D0B9
Text Example
Text Example
White with #79D0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D0B9; }
p { color: rgb(121,208,185); }
H1.HeaderClassName
{
color: #79D0B9;
}
.AnyTagClassName
{
color: #79D0B9;
}
</style>
background-color css
<style>
a { background-color: #79D0B9; }
a { background-color: rgb(121,208,185); }
div.DivClassName
{
background-color: #79D0B9;
}
.BgClassName
{
background-color: #79D0B9;
}
</style>
border-color css
<style>
span { border-color: #79D0B9; }
span { border-color: rgb(121,208,185); }
td.TdClassName
{
border-color: #79D0B9;
}
.TagClassName
{
border-color: #79D0B9;
}
</style>