Shades of Medium Aquamarine #7AE2B1
Tints of Medium Aquamarine #7AE2B1
RGB
CMYK
RGB Variations
Color information
#7AE2B1 (or 0x7AE2B1) is known color: Medium Aquamarine. HEX triplet: 7A, E2 and B1. RGB value is (122,226,177). Sum of RGB (Red+Green+Blue) = 122+226+177=525 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.24% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 226 - color contains mainly: green. Hex color #7AE2B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE2B1 is #851D4E. Grayscale: #BDBDBD. Windows color (decimal): -8723791 or 11657850. OLE color: 11657850.
HSL color Cylindrical-coordinate representation of color #7AE2B1: hue angle of 151.73º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE2B1 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 122 | 226 | 177 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.11 |
| HSL | 151.73º | 0.64% | 0.68% | - |
| HSV(B) | 151.73º | 0.46% | 0.89% | - |
| XYZ | 43.16 | 61.7 | 51.23 | - |
| YUV | 189.32 | 121.04 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 226 | 177 | 0.46 | 0 | 0.22 | 0.11 | 151.73 | 0.64 | 0.68 |
| Hex | 7A | E2 | B1 | 2E | 0 | 16 | B | 98 | 40 | 44 |
| Octal | 172 | 342 | 261 | 56 | 0 | 26 | 13 | 230 | 100 | 104 |
| Binary | 1111010 | 11100010 | 10110001 | 101110 | 0 | 10110 | 1011 | 10011000 | 1000000 | 1000100 |
Color Harmonies of #7AE2B1
Complementary color
Monochromatic Colors of #7AE2B1
Black with #7AE2B1
Text Example
Text Example
White with #7AE2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE2B1; }
p { color: rgb(122,226,177); }
H1.HeaderClassName
{
color: #7AE2B1;
}
.AnyTagClassName
{
color: #7AE2B1;
}
</style>
background-color css
<style>
a { background-color: #7AE2B1; }
a { background-color: rgb(122,226,177); }
div.DivClassName
{
background-color: #7AE2B1;
}
.BgClassName
{
background-color: #7AE2B1;
}
</style>
border-color css
<style>
span { border-color: #7AE2B1; }
span { border-color: rgb(122,226,177); }
td.TdClassName
{
border-color: #7AE2B1;
}
.TagClassName
{
border-color: #7AE2B1;
}
</style>