Shades of Aquamarine #7AFEAC
Tints of Aquamarine #7AFEAC
RGB
CMYK
RGB Variations
Color information
#7AFEAC (or 0x7AFEAC) is known color: Aquamarine. HEX triplet: 7A, FE and AC. RGB value is (122,254,172). Sum of RGB (Red+Green+Blue) = 122+254+172=548 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.26% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFEAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFEAC is #850153. Grayscale: #CDCDCD. Windows color (decimal): -8716628 or 11337338. OLE color: 11337338.
HSL color Cylindrical-coordinate representation of color #7AFEAC: hue angle of 142.73º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFEAC is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 254 | 172 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.00 |
| HSL | 142.73º | 0.99% | 0.74% | - |
| HSV(B) | 142.73º | 0.52% | 1% | - |
| XYZ | 50.91 | 78 | 51.4 | - |
| YUV | 205.18 | 109.27 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 254 | 172 | 0.52 | 0 | 0.32 | 0.00 | 142.73 | 0.99 | 0.74 |
| Hex | 7A | FE | AC | 34 | 0 | 20 | 0 | 8F | 63 | 4A |
| Octal | 172 | 376 | 254 | 64 | 0 | 40 | 0 | 217 | 143 | 112 |
| Binary | 1111010 | 11111110 | 10101100 | 110100 | 0 | 100000 | 0 | 10001111 | 1100011 | 1001010 |
Color Harmonies of #7AFEAC
Complementary color
Monochromatic Colors of #7AFEAC
Black with #7AFEAC
Text Example
Text Example
White with #7AFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFEAC; }
p { color: rgb(122,254,172); }
H1.HeaderClassName
{
color: #7AFEAC;
}
.AnyTagClassName
{
color: #7AFEAC;
}
</style>
background-color css
<style>
a { background-color: #7AFEAC; }
a { background-color: rgb(122,254,172); }
div.DivClassName
{
background-color: #7AFEAC;
}
.BgClassName
{
background-color: #7AFEAC;
}
</style>
border-color css
<style>
span { border-color: #7AFEAC; }
span { border-color: rgb(122,254,172); }
td.TdClassName
{
border-color: #7AFEAC;
}
.TagClassName
{
border-color: #7AFEAC;
}
</style>