Shades of Medium Aquamarine #79D4AA
Tints of Medium Aquamarine #79D4AA
RGB
CMYK
RGB Variations
Color information
#79D4AA (or 0x79D4AA) is known color: Medium Aquamarine. HEX triplet: 79, D4 and AA. RGB value is (121,212,170). Sum of RGB (Red+Green+Blue) = 121+212+170=503 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.06% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #79D4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79D4AA is #862B55. Grayscale: #B4B4B4. Windows color (decimal): -8792918 or 11195513. OLE color: 11195513.
HSL color Cylindrical-coordinate representation of color #79D4AA: hue angle of 152.31º 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 #79D4AA is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 121 | 212 | 170 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.17 |
| HSL | 152.31º | 0.51% | 0.65% | - |
| HSV(B) | 152.31º | 0.43% | 0.83% | - |
| XYZ | 38.68 | 54.05 | 46.42 | - |
| YUV | 180 | 122.35 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 212 | 170 | 0.43 | 0 | 0.20 | 0.17 | 152.31 | 0.51 | 0.65 |
| Hex | 79 | D4 | AA | 2B | 0 | 14 | 11 | 98 | 33 | 41 |
| Octal | 171 | 324 | 252 | 53 | 0 | 24 | 21 | 230 | 63 | 101 |
| Binary | 1111001 | 11010100 | 10101010 | 101011 | 0 | 10100 | 10001 | 10011000 | 110011 | 1000001 |
Color Harmonies of #79D4AA
Complementary color
Monochromatic Colors of #79D4AA
Black with #79D4AA
Text Example
Text Example
White with #79D4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D4AA; }
p { color: rgb(121,212,170); }
H1.HeaderClassName
{
color: #79D4AA;
}
.AnyTagClassName
{
color: #79D4AA;
}
</style>
background-color css
<style>
a { background-color: #79D4AA; }
a { background-color: rgb(121,212,170); }
div.DivClassName
{
background-color: #79D4AA;
}
.BgClassName
{
background-color: #79D4AA;
}
</style>
border-color css
<style>
span { border-color: #79D4AA; }
span { border-color: rgb(121,212,170); }
td.TdClassName
{
border-color: #79D4AA;
}
.TagClassName
{
border-color: #79D4AA;
}
</style>