Shades of Downy #79D4C5
Tints of Downy #79D4C5
RGB
CMYK
RGB Variations
Color information
#79D4C5 (or 0x79D4C5) is known color: Downy. HEX triplet: 79, D4 and C5. RGB value is (121,212,197). Sum of RGB (Red+Green+Blue) = 121+212+197=530 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.83% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 212 - color contains mainly: green. Hex color #79D4C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D4C5 is #862B3A. Grayscale: #B7B7B7. Windows color (decimal): -8792891 or 12964985. OLE color: 12964985.
HSL color Cylindrical-coordinate representation of color #79D4C5: hue angle of 170.11º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #79D4C5 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 121 | 212 | 197 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.17 |
| HSL | 170.11º | 0.51% | 0.65% | - |
| HSV(B) | 170.11º | 0.43% | 0.83% | - |
| XYZ | 41.51 | 55.18 | 61.29 | - |
| YUV | 183.08 | 135.85 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 212 | 197 | 0.43 | 0 | 0.07 | 0.17 | 170.11 | 0.51 | 0.65 |
| Hex | 79 | D4 | C5 | 2B | 0 | 7 | 11 | AA | 33 | 41 |
| Octal | 171 | 324 | 305 | 53 | 0 | 7 | 21 | 252 | 63 | 101 |
| Binary | 1111001 | 11010100 | 11000101 | 101011 | 0 | 111 | 10001 | 10101010 | 110011 | 1000001 |
Color Harmonies of #79D4C5
Complementary color
Monochromatic Colors of #79D4C5
Black with #79D4C5
Text Example
Text Example
White with #79D4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D4C5; }
p { color: rgb(121,212,197); }
H1.HeaderClassName
{
color: #79D4C5;
}
.AnyTagClassName
{
color: #79D4C5;
}
</style>
background-color css
<style>
a { background-color: #79D4C5; }
a { background-color: rgb(121,212,197); }
div.DivClassName
{
background-color: #79D4C5;
}
.BgClassName
{
background-color: #79D4C5;
}
</style>
border-color css
<style>
span { border-color: #79D4C5; }
span { border-color: rgb(121,212,197); }
td.TdClassName
{
border-color: #79D4C5;
}
.TagClassName
{
border-color: #79D4C5;
}
</style>