Shades of Downy #79DAC5
Tints of Downy #79DAC5
RGB
CMYK
RGB Variations
Color information
#79DAC5 (or 0x79DAC5) is known color: Downy. HEX triplet: 79, DA and C5. RGB value is (121,218,197). Sum of RGB (Red+Green+Blue) = 121+218+197=536 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.57% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #79DAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79DAC5 is #86253A. Grayscale: #BABABA. Windows color (decimal): -8791355 or 12966521. OLE color: 12966521.
HSL color Cylindrical-coordinate representation of color #79DAC5: hue angle of 167.01º degrees, saturation: 0.57, 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 #79DAC5 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 218 | 197 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.15 |
| HSL | 167.01º | 0.57% | 0.66% | - |
| HSV(B) | 167.01º | 0.44% | 0.85% | - |
| XYZ | 43.03 | 58.24 | 61.8 | - |
| YUV | 186.6 | 133.86 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 218 | 197 | 0.44 | 0 | 0.10 | 0.15 | 167.01 | 0.57 | 0.66 |
| Hex | 79 | DA | C5 | 2C | 0 | A | F | A7 | 39 | 42 |
| Octal | 171 | 332 | 305 | 54 | 0 | 12 | 17 | 247 | 71 | 102 |
| Binary | 1111001 | 11011010 | 11000101 | 101100 | 0 | 1010 | 1111 | 10100111 | 111001 | 1000010 |
Color Harmonies of #79DAC5
Complementary color
Monochromatic Colors of #79DAC5
Black with #79DAC5
Text Example
Text Example
White with #79DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79DAC5; }
p { color: rgb(121,218,197); }
H1.HeaderClassName
{
color: #79DAC5;
}
.AnyTagClassName
{
color: #79DAC5;
}
</style>
background-color css
<style>
a { background-color: #79DAC5; }
a { background-color: rgb(121,218,197); }
div.DivClassName
{
background-color: #79DAC5;
}
.BgClassName
{
background-color: #79DAC5;
}
</style>
border-color css
<style>
span { border-color: #79DAC5; }
span { border-color: rgb(121,218,197); }
td.TdClassName
{
border-color: #79DAC5;
}
.TagClassName
{
border-color: #79DAC5;
}
</style>