Shades of Medium Aquamarine #79CCA1
Tints of Medium Aquamarine #79CCA1
RGB
CMYK
RGB Variations
Color information
#79CCA1 (or 0x79CCA1) is known color: Medium Aquamarine. HEX triplet: 79, CC and A1. RGB value is (121,204,161). Sum of RGB (Red+Green+Blue) = 121+204+161=486 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.90% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #79CCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79CCA1 is #86335E. Grayscale: #AEAEAE. Windows color (decimal): -8794975 or 10603641. OLE color: 10603641.
HSL color Cylindrical-coordinate representation of color #79CCA1: hue angle of 148.92º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79CCA1 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 121 | 204 | 161 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.2 |
| HSL | 148.92º | 0.45% | 0.64% | - |
| HSV(B) | 148.92º | 0.41% | 0.8% | - |
| XYZ | 35.91 | 49.82 | 41.44 | - |
| YUV | 174.28 | 120.5 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 204 | 161 | 0.41 | 0 | 0.21 | 0.2 | 148.92 | 0.45 | 0.64 |
| Hex | 79 | CC | A1 | 29 | 0 | 15 | 14 | 95 | 2D | 40 |
| Octal | 171 | 314 | 241 | 51 | 0 | 25 | 24 | 225 | 55 | 100 |
| Binary | 1111001 | 11001100 | 10100001 | 101001 | 0 | 10101 | 10100 | 10010101 | 101101 | 1000000 |
Color Harmonies of #79CCA1
Complementary color
Monochromatic Colors of #79CCA1
Black with #79CCA1
Text Example
Text Example
White with #79CCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CCA1; }
p { color: rgb(121,204,161); }
H1.HeaderClassName
{
color: #79CCA1;
}
.AnyTagClassName
{
color: #79CCA1;
}
</style>
background-color css
<style>
a { background-color: #79CCA1; }
a { background-color: rgb(121,204,161); }
div.DivClassName
{
background-color: #79CCA1;
}
.BgClassName
{
background-color: #79CCA1;
}
</style>
border-color css
<style>
span { border-color: #79CCA1; }
span { border-color: rgb(121,204,161); }
td.TdClassName
{
border-color: #79CCA1;
}
.TagClassName
{
border-color: #79CCA1;
}
</style>