Shades of Medium Aquamarine #79DBA2
Tints of Medium Aquamarine #79DBA2
RGB
CMYK
RGB Variations
Color information
#79DBA2 (or 0x79DBA2) is known color: Medium Aquamarine. HEX triplet: 79, DB and A2. RGB value is (121,219,162). Sum of RGB (Red+Green+Blue) = 121+219+162=502 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.10% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #79DBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79DBA2 is #86245D. Grayscale: #B7B7B7. Windows color (decimal): -8791134 or 10673017. OLE color: 10673017.
HSL color Cylindrical-coordinate representation of color #79DBA2: hue angle of 145.1º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79DBA2 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 219 | 162 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.14 |
| HSL | 145.1º | 0.58% | 0.67% | - |
| HSV(B) | 145.1º | 0.45% | 0.86% | - |
| XYZ | 39.74 | 57.34 | 43.16 | - |
| YUV | 183.2 | 116.03 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 219 | 162 | 0.45 | 0 | 0.26 | 0.14 | 145.1 | 0.58 | 0.67 |
| Hex | 79 | DB | A2 | 2D | 0 | 1A | E | 91 | 3A | 43 |
| Octal | 171 | 333 | 242 | 55 | 0 | 32 | 16 | 221 | 72 | 103 |
| Binary | 1111001 | 11011011 | 10100010 | 101101 | 0 | 11010 | 1110 | 10010001 | 111010 | 1000011 |
Color Harmonies of #79DBA2
Complementary color
Monochromatic Colors of #79DBA2
Black with #79DBA2
Text Example
Text Example
White with #79DBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79DBA2; }
p { color: rgb(121,219,162); }
H1.HeaderClassName
{
color: #79DBA2;
}
.AnyTagClassName
{
color: #79DBA2;
}
</style>
background-color css
<style>
a { background-color: #79DBA2; }
a { background-color: rgb(121,219,162); }
div.DivClassName
{
background-color: #79DBA2;
}
.BgClassName
{
background-color: #79DBA2;
}
</style>
border-color css
<style>
span { border-color: #79DBA2; }
span { border-color: rgb(121,219,162); }
td.TdClassName
{
border-color: #79DBA2;
}
.TagClassName
{
border-color: #79DBA2;
}
</style>