Shades of Medium Aquamarine #79DDA0
Tints of Medium Aquamarine #79DDA0
RGB
CMYK
RGB Variations
Color information
#79DDA0 (or 0x79DDA0) is known color: Medium Aquamarine. HEX triplet: 79, DD and A0. RGB value is (121,221,160). Sum of RGB (Red+Green+Blue) = 121+221+160=502 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.10% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #79DDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79DDA0 is #86225F. Grayscale: #B8B8B8. Windows color (decimal): -8790624 or 10542457. OLE color: 10542457.
HSL color Cylindrical-coordinate representation of color #79DDA0: hue angle of 143.4º 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 #79DDA0 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 221 | 160 | - |
| CMYK | 0.45 | 0 | 0.28 | 0.13 |
| HSL | 143.4º | 0.6% | 0.67% | - |
| HSV(B) | 143.4º | 0.45% | 0.87% | - |
| XYZ | 40.09 | 58.32 | 42.4 | - |
| YUV | 184.15 | 114.37 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 221 | 160 | 0.45 | 0 | 0.28 | 0.13 | 143.4 | 0.6 | 0.67 |
| Hex | 79 | DD | A0 | 2D | 0 | 1C | D | 8F | 3C | 43 |
| Octal | 171 | 335 | 240 | 55 | 0 | 34 | 15 | 217 | 74 | 103 |
| Binary | 1111001 | 11011101 | 10100000 | 101101 | 0 | 11100 | 1101 | 10001111 | 111100 | 1000011 |
Color Harmonies of #79DDA0
Complementary color
Monochromatic Colors of #79DDA0
Black with #79DDA0
Text Example
Text Example
White with #79DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79DDA0; }
p { color: rgb(121,221,160); }
H1.HeaderClassName
{
color: #79DDA0;
}
.AnyTagClassName
{
color: #79DDA0;
}
</style>
background-color css
<style>
a { background-color: #79DDA0; }
a { background-color: rgb(121,221,160); }
div.DivClassName
{
background-color: #79DDA0;
}
.BgClassName
{
background-color: #79DDA0;
}
</style>
border-color css
<style>
span { border-color: #79DDA0; }
span { border-color: rgb(121,221,160); }
td.TdClassName
{
border-color: #79DDA0;
}
.TagClassName
{
border-color: #79DDA0;
}
</style>