Shades of Downy #79D4BF
Tints of Downy #79D4BF
RGB
CMYK
RGB Variations
Color information
#79D4BF (or 0x79D4BF) is known color: Downy. HEX triplet: 79, D4 and BF. RGB value is (121,212,191). Sum of RGB (Red+Green+Blue) = 121+212+191=524 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.09% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 212 - color contains mainly: green. Hex color #79D4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D4BF is #862B40. Grayscale: #B6B6B6. Windows color (decimal): -8792897 or 12571769. OLE color: 12571769.
HSL color Cylindrical-coordinate representation of color #79D4BF: hue angle of 166.15º 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 #79D4BF is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 121 | 212 | 191 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.17 |
| HSL | 166.15º | 0.51% | 0.65% | - |
| HSV(B) | 166.15º | 0.43% | 0.83% | - |
| XYZ | 40.83 | 54.91 | 57.74 | - |
| YUV | 182.4 | 132.85 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 212 | 191 | 0.43 | 0 | 0.10 | 0.17 | 166.15 | 0.51 | 0.65 |
| Hex | 79 | D4 | BF | 2B | 0 | A | 11 | A6 | 33 | 41 |
| Octal | 171 | 324 | 277 | 53 | 0 | 12 | 21 | 246 | 63 | 101 |
| Binary | 1111001 | 11010100 | 10111111 | 101011 | 0 | 1010 | 10001 | 10100110 | 110011 | 1000001 |
Color Harmonies of #79D4BF
Complementary color
Monochromatic Colors of #79D4BF
Black with #79D4BF
Text Example
Text Example
White with #79D4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D4BF; }
p { color: rgb(121,212,191); }
H1.HeaderClassName
{
color: #79D4BF;
}
.AnyTagClassName
{
color: #79D4BF;
}
</style>
background-color css
<style>
a { background-color: #79D4BF; }
a { background-color: rgb(121,212,191); }
div.DivClassName
{
background-color: #79D4BF;
}
.BgClassName
{
background-color: #79D4BF;
}
</style>
border-color css
<style>
span { border-color: #79D4BF; }
span { border-color: rgb(121,212,191); }
td.TdClassName
{
border-color: #79D4BF;
}
.TagClassName
{
border-color: #79D4BF;
}
</style>