Shades of Downy #79E2BF
Tints of Downy #79E2BF
RGB
CMYK
RGB Variations
Color information
#79E2BF (or 0x79E2BF) is known color: Downy. HEX triplet: 79, E2 and BF. RGB value is (121,226,191). Sum of RGB (Red+Green+Blue) = 121+226+191=538 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.49% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #79E2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79E2BF is #861D40. Grayscale: #BEBEBE. Windows color (decimal): -8789313 or 12575353. OLE color: 12575353.
HSL color Cylindrical-coordinate representation of color #79E2BF: hue angle of 160º 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 #79E2BF is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 121 | 226 | 191 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.11 |
| HSL | 160º | 0.64% | 0.68% | - |
| HSV(B) | 160º | 0.46% | 0.89% | - |
| XYZ | 44.49 | 62.22 | 58.96 | - |
| YUV | 190.62 | 128.21 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 226 | 191 | 0.46 | 0 | 0.15 | 0.11 | 160 | 0.64 | 0.68 |
| Hex | 79 | E2 | BF | 2E | 0 | F | B | A0 | 40 | 44 |
| Octal | 171 | 342 | 277 | 56 | 0 | 17 | 13 | 240 | 100 | 104 |
| Binary | 1111001 | 11100010 | 10111111 | 101110 | 0 | 1111 | 1011 | 10100000 | 1000000 | 1000100 |
Color Harmonies of #79E2BF
Complementary color
Monochromatic Colors of #79E2BF
Black with #79E2BF
Text Example
Text Example
White with #79E2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79E2BF; }
p { color: rgb(121,226,191); }
H1.HeaderClassName
{
color: #79E2BF;
}
.AnyTagClassName
{
color: #79E2BF;
}
</style>
background-color css
<style>
a { background-color: #79E2BF; }
a { background-color: rgb(121,226,191); }
div.DivClassName
{
background-color: #79E2BF;
}
.BgClassName
{
background-color: #79E2BF;
}
</style>
border-color css
<style>
span { border-color: #79E2BF; }
span { border-color: rgb(121,226,191); }
td.TdClassName
{
border-color: #79E2BF;
}
.TagClassName
{
border-color: #79E2BF;
}
</style>