Shades of Medium Aquamarine #79DCA1
Tints of Medium Aquamarine #79DCA1
RGB
CMYK
RGB Variations
Color information
#79DCA1 (or 0x79DCA1) is known color: Medium Aquamarine. HEX triplet: 79, DC and A1. RGB value is (121,220,161). Sum of RGB (Red+Green+Blue) = 121+220+161=502 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.10% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #79DCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79DCA1 is #86235E. Grayscale: #B7B7B7. Windows color (decimal): -8790879 or 10607737. OLE color: 10607737.
HSL color Cylindrical-coordinate representation of color #79DCA1: hue angle of 144.24º degrees, saturation: 0.59, 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 #79DCA1 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 220 | 161 | - |
| CMYK | 0.45 | 0 | 0.27 | 0.14 |
| HSL | 144.24º | 0.59% | 0.67% | - |
| HSV(B) | 144.24º | 0.45% | 0.86% | - |
| XYZ | 39.91 | 57.82 | 42.78 | - |
| YUV | 183.67 | 115.2 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 220 | 161 | 0.45 | 0 | 0.27 | 0.14 | 144.24 | 0.59 | 0.67 |
| Hex | 79 | DC | A1 | 2D | 0 | 1B | E | 90 | 3B | 43 |
| Octal | 171 | 334 | 241 | 55 | 0 | 33 | 16 | 220 | 73 | 103 |
| Binary | 1111001 | 11011100 | 10100001 | 101101 | 0 | 11011 | 1110 | 10010000 | 111011 | 1000011 |
Color Harmonies of #79DCA1
Complementary color
Monochromatic Colors of #79DCA1
Black with #79DCA1
Text Example
Text Example
White with #79DCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79DCA1; }
p { color: rgb(121,220,161); }
H1.HeaderClassName
{
color: #79DCA1;
}
.AnyTagClassName
{
color: #79DCA1;
}
</style>
background-color css
<style>
a { background-color: #79DCA1; }
a { background-color: rgb(121,220,161); }
div.DivClassName
{
background-color: #79DCA1;
}
.BgClassName
{
background-color: #79DCA1;
}
</style>
border-color css
<style>
span { border-color: #79DCA1; }
span { border-color: rgb(121,220,161); }
td.TdClassName
{
border-color: #79DCA1;
}
.TagClassName
{
border-color: #79DCA1;
}
</style>