Shades of Aquamarine #7AFFAC
Tints of Aquamarine #7AFFAC
RGB
CMYK
RGB Variations
Color information
#7AFFAC (or 0x7AFFAC) is known color: Aquamarine. HEX triplet: 7A, FF and AC. RGB value is (122,255,172). Sum of RGB (Red+Green+Blue) = 122+255+172=549 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.22% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFFAC is #850053. Grayscale: #CDCDCD. Windows color (decimal): -8716372 or 11337594. OLE color: 11337594.
HSL color Cylindrical-coordinate representation of color #7AFFAC: hue angle of 142.56º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFFAC is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 172 | - |
| CMYK | 0.52 | 0 | 0.33 | 0 |
| HSL | 142.56º | 1% | 0.74% | - |
| HSV(B) | 142.56º | 0.52% | 1% | - |
| XYZ | 51.23 | 78.64 | 51.51 | - |
| YUV | 205.77 | 108.94 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 172 | 0.52 | 0 | 0.33 | 0 | 142.56 | 1 | 0.74 |
| Hex | 7A | FF | AC | 34 | 0 | 21 | 0 | 8F | 64 | 4A |
| Octal | 172 | 377 | 254 | 64 | 0 | 41 | 0 | 217 | 144 | 112 |
| Binary | 1111010 | 11111111 | 10101100 | 110100 | 0 | 100001 | 0 | 10001111 | 1100100 | 1001010 |
Color Harmonies of #7AFFAC
Complementary color
Monochromatic Colors of #7AFFAC
Black with #7AFFAC
Text Example
Text Example
White with #7AFFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFFAC; }
p { color: rgb(122,255,172); }
H1.HeaderClassName
{
color: #7AFFAC;
}
.AnyTagClassName
{
color: #7AFFAC;
}
</style>
background-color css
<style>
a { background-color: #7AFFAC; }
a { background-color: rgb(122,255,172); }
div.DivClassName
{
background-color: #7AFFAC;
}
.BgClassName
{
background-color: #7AFFAC;
}
</style>
border-color css
<style>
span { border-color: #7AFFAC; }
span { border-color: rgb(122,255,172); }
td.TdClassName
{
border-color: #7AFFAC;
}
.TagClassName
{
border-color: #7AFFAC;
}
</style>