Shades of Downy #79DDB3
Tints of Downy #79DDB3
RGB
CMYK
RGB Variations
Color information
#79DDB3 (or 0x79DDB3) is known color: Downy. HEX triplet: 79, DD and B3. RGB value is (121,221,179). Sum of RGB (Red+Green+Blue) = 121+221+179=521 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.22% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #79DDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79DDB3 is #86224C. Grayscale: #BABABA. Windows color (decimal): -8790605 or 11787641. OLE color: 11787641.
HSL color Cylindrical-coordinate representation of color #79DDB3: hue angle of 154.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79DDB3 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 221 | 179 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.13 |
| HSL | 154.8º | 0.6% | 0.67% | - |
| HSV(B) | 154.8º | 0.45% | 0.87% | - |
| XYZ | 41.88 | 59.03 | 51.84 | - |
| YUV | 186.31 | 123.87 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 221 | 179 | 0.45 | 0 | 0.19 | 0.13 | 154.8 | 0.6 | 0.67 |
| Hex | 79 | DD | B3 | 2D | 0 | 13 | D | 9B | 3C | 43 |
| Octal | 171 | 335 | 263 | 55 | 0 | 23 | 15 | 233 | 74 | 103 |
| Binary | 1111001 | 11011101 | 10110011 | 101101 | 0 | 10011 | 1101 | 10011011 | 111100 | 1000011 |
Color Harmonies of #79DDB3
Complementary color
Monochromatic Colors of #79DDB3
Black with #79DDB3
Text Example
Text Example
White with #79DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79DDB3; }
p { color: rgb(121,221,179); }
H1.HeaderClassName
{
color: #79DDB3;
}
.AnyTagClassName
{
color: #79DDB3;
}
</style>
background-color css
<style>
a { background-color: #79DDB3; }
a { background-color: rgb(121,221,179); }
div.DivClassName
{
background-color: #79DDB3;
}
.BgClassName
{
background-color: #79DDB3;
}
</style>
border-color css
<style>
span { border-color: #79DDB3; }
span { border-color: rgb(121,221,179); }
td.TdClassName
{
border-color: #79DDB3;
}
.TagClassName
{
border-color: #79DDB3;
}
</style>