Shades of Downy #79D8C5
Tints of Downy #79D8C5
RGB
CMYK
RGB Variations
Color information
#79D8C5 (or 0x79D8C5) is known color: Downy. HEX triplet: 79, D8 and C5. RGB value is (121,216,197). Sum of RGB (Red+Green+Blue) = 121+216+197=534 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.66% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #79D8C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D8C5 is #86273A. Grayscale: #B9B9B9. Windows color (decimal): -8791867 or 12966009. OLE color: 12966009.
HSL color Cylindrical-coordinate representation of color #79D8C5: hue angle of 168º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #79D8C5 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 216 | 197 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.15 |
| HSL | 168º | 0.55% | 0.66% | - |
| HSV(B) | 168º | 0.44% | 0.85% | - |
| XYZ | 42.52 | 57.21 | 61.62 | - |
| YUV | 185.43 | 134.53 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 216 | 197 | 0.44 | 0 | 0.09 | 0.15 | 168 | 0.55 | 0.66 |
| Hex | 79 | D8 | C5 | 2C | 0 | 9 | F | A8 | 37 | 42 |
| Octal | 171 | 330 | 305 | 54 | 0 | 11 | 17 | 250 | 67 | 102 |
| Binary | 1111001 | 11011000 | 11000101 | 101100 | 0 | 1001 | 1111 | 10101000 | 110111 | 1000010 |
Color Harmonies of #79D8C5
Complementary color
Monochromatic Colors of #79D8C5
Black with #79D8C5
Text Example
Text Example
White with #79D8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D8C5; }
p { color: rgb(121,216,197); }
H1.HeaderClassName
{
color: #79D8C5;
}
.AnyTagClassName
{
color: #79D8C5;
}
</style>
background-color css
<style>
a { background-color: #79D8C5; }
a { background-color: rgb(121,216,197); }
div.DivClassName
{
background-color: #79D8C5;
}
.BgClassName
{
background-color: #79D8C5;
}
</style>
border-color css
<style>
span { border-color: #79D8C5; }
span { border-color: rgb(121,216,197); }
td.TdClassName
{
border-color: #79D8C5;
}
.TagClassName
{
border-color: #79D8C5;
}
</style>