Shades of Downy #79E0BF
Tints of Downy #79E0BF
RGB
CMYK
RGB Variations
Color information
#79E0BF (or 0x79E0BF) is known color: Downy. HEX triplet: 79, E0 and BF. RGB value is (121,224,191). Sum of RGB (Red+Green+Blue) = 121+224+191=536 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.57% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 224 - color contains mainly: green. Hex color #79E0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79E0BF is #861F40. Grayscale: #BDBDBD. Windows color (decimal): -8789825 or 12574841. OLE color: 12574841.
HSL color Cylindrical-coordinate representation of color #79E0BF: hue angle of 160.78º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79E0BF is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 121 | 224 | 191 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.12 |
| HSL | 160.78º | 0.62% | 0.68% | - |
| HSV(B) | 160.78º | 0.46% | 0.88% | - |
| XYZ | 43.94 | 61.14 | 58.77 | - |
| YUV | 189.44 | 128.88 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 224 | 191 | 0.46 | 0 | 0.15 | 0.12 | 160.78 | 0.62 | 0.68 |
| Hex | 79 | E0 | BF | 2E | 0 | F | C | A1 | 3E | 44 |
| Octal | 171 | 340 | 277 | 56 | 0 | 17 | 14 | 241 | 76 | 104 |
| Binary | 1111001 | 11100000 | 10111111 | 101110 | 0 | 1111 | 1100 | 10100001 | 111110 | 1000100 |
Color Harmonies of #79E0BF
Complementary color
Monochromatic Colors of #79E0BF
Black with #79E0BF
Text Example
Text Example
White with #79E0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79E0BF; }
p { color: rgb(121,224,191); }
H1.HeaderClassName
{
color: #79E0BF;
}
.AnyTagClassName
{
color: #79E0BF;
}
</style>
background-color css
<style>
a { background-color: #79E0BF; }
a { background-color: rgb(121,224,191); }
div.DivClassName
{
background-color: #79E0BF;
}
.BgClassName
{
background-color: #79E0BF;
}
</style>
border-color css
<style>
span { border-color: #79E0BF; }
span { border-color: rgb(121,224,191); }
td.TdClassName
{
border-color: #79E0BF;
}
.TagClassName
{
border-color: #79E0BF;
}
</style>