Shades of Medium Aquamarine #79D6A5
Tints of Medium Aquamarine #79D6A5
RGB
CMYK
RGB Variations
Color information
#79D6A5 (or 0x79D6A5) is known color: Medium Aquamarine. HEX triplet: 79, D6 and A5. RGB value is (121,214,165). Sum of RGB (Red+Green+Blue) = 121+214+165=500 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.2% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #79D6A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79D6A5 is #86295A. Grayscale: #B4B4B4. Windows color (decimal): -8792411 or 10868345. OLE color: 10868345.
HSL color Cylindrical-coordinate representation of color #79D6A5: hue angle of 148.39º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #79D6A5 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 214 | 165 | - |
| CMYK | 0.43 | 0 | 0.23 | 0.16 |
| HSL | 148.39º | 0.53% | 0.66% | - |
| HSV(B) | 148.39º | 0.43% | 0.84% | - |
| XYZ | 38.72 | 54.87 | 44.15 | - |
| YUV | 180.61 | 119.19 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 214 | 165 | 0.43 | 0 | 0.23 | 0.16 | 148.39 | 0.53 | 0.66 |
| Hex | 79 | D6 | A5 | 2B | 0 | 17 | 10 | 94 | 35 | 42 |
| Octal | 171 | 326 | 245 | 53 | 0 | 27 | 20 | 224 | 65 | 102 |
| Binary | 1111001 | 11010110 | 10100101 | 101011 | 0 | 10111 | 10000 | 10010100 | 110101 | 1000010 |
Color Harmonies of #79D6A5
Complementary color
Monochromatic Colors of #79D6A5
Black with #79D6A5
Text Example
Text Example
White with #79D6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D6A5; }
p { color: rgb(121,214,165); }
H1.HeaderClassName
{
color: #79D6A5;
}
.AnyTagClassName
{
color: #79D6A5;
}
</style>
background-color css
<style>
a { background-color: #79D6A5; }
a { background-color: rgb(121,214,165); }
div.DivClassName
{
background-color: #79D6A5;
}
.BgClassName
{
background-color: #79D6A5;
}
</style>
border-color css
<style>
span { border-color: #79D6A5; }
span { border-color: rgb(121,214,165); }
td.TdClassName
{
border-color: #79D6A5;
}
.TagClassName
{
border-color: #79D6A5;
}
</style>