Shades of Downy #79E2B5
Tints of Downy #79E2B5
RGB
CMYK
RGB Variations
Color information
#79E2B5 (or 0x79E2B5) is known color: Downy. HEX triplet: 79, E2 and B5. RGB value is (121,226,181). Sum of RGB (Red+Green+Blue) = 121+226+181=528 (69% of max value = 765). Red value is 121 (47.66% from 255 or 22.92% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 226 - color contains mainly: green. Hex color #79E2B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79E2B5 is #861D4A. Grayscale: #BDBDBD. Windows color (decimal): -8789323 or 11919993. OLE color: 11919993.
HSL color Cylindrical-coordinate representation of color #79E2B5: hue angle of 154.29º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79E2B5 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 121 | 226 | 181 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.11 |
| HSL | 154.29º | 0.64% | 0.68% | - |
| HSV(B) | 154.29º | 0.46% | 0.89% | - |
| XYZ | 43.42 | 61.79 | 53.35 | - |
| YUV | 189.48 | 123.21 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 226 | 181 | 0.46 | 0 | 0.20 | 0.11 | 154.29 | 0.64 | 0.68 |
| Hex | 79 | E2 | B5 | 2E | 0 | 14 | B | 9A | 40 | 44 |
| Octal | 171 | 342 | 265 | 56 | 0 | 24 | 13 | 232 | 100 | 104 |
| Binary | 1111001 | 11100010 | 10110101 | 101110 | 0 | 10100 | 1011 | 10011010 | 1000000 | 1000100 |
Color Harmonies of #79E2B5
Complementary color
Monochromatic Colors of #79E2B5
Black with #79E2B5
Text Example
Text Example
White with #79E2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79E2B5; }
p { color: rgb(121,226,181); }
H1.HeaderClassName
{
color: #79E2B5;
}
.AnyTagClassName
{
color: #79E2B5;
}
</style>
background-color css
<style>
a { background-color: #79E2B5; }
a { background-color: rgb(121,226,181); }
div.DivClassName
{
background-color: #79E2B5;
}
.BgClassName
{
background-color: #79E2B5;
}
</style>
border-color css
<style>
span { border-color: #79E2B5; }
span { border-color: rgb(121,226,181); }
td.TdClassName
{
border-color: #79E2B5;
}
.TagClassName
{
border-color: #79E2B5;
}
</style>