Shades of Aquamarine #7AFAB0
Tints of Aquamarine #7AFAB0
RGB
CMYK
RGB Variations
Color information
#7AFAB0 (or 0x7AFAB0) is known color: Aquamarine. HEX triplet: 7A, FA and B0. RGB value is (122,250,176). Sum of RGB (Red+Green+Blue) = 122+250+176=548 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.26% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFAB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFAB0 is #85054F. Grayscale: #CBCBCB. Windows color (decimal): -8717648 or 11598458. OLE color: 11598458.
HSL color Cylindrical-coordinate representation of color #7AFAB0: hue angle of 145.31º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AFAB0 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 176 | - |
| CMYK | 0.51 | 0 | 0.30 | 0.02 |
| HSL | 145.31º | 0.93% | 0.73% | - |
| HSV(B) | 145.31º | 0.51% | 0.98% | - |
| XYZ | 50.05 | 75.64 | 53.04 | - |
| YUV | 203.29 | 112.59 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 176 | 0.51 | 0 | 0.30 | 0.02 | 145.31 | 0.93 | 0.73 |
| Hex | 7A | FA | B0 | 33 | 0 | 1E | 2 | 91 | 5D | 49 |
| Octal | 172 | 372 | 260 | 63 | 0 | 36 | 2 | 221 | 135 | 111 |
| Binary | 1111010 | 11111010 | 10110000 | 110011 | 0 | 11110 | 10 | 10010001 | 1011101 | 1001001 |
Color Harmonies of #7AFAB0
Complementary color
Monochromatic Colors of #7AFAB0
Black with #7AFAB0
Text Example
Text Example
White with #7AFAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFAB0; }
p { color: rgb(122,250,176); }
H1.HeaderClassName
{
color: #7AFAB0;
}
.AnyTagClassName
{
color: #7AFAB0;
}
</style>
background-color css
<style>
a { background-color: #7AFAB0; }
a { background-color: rgb(122,250,176); }
div.DivClassName
{
background-color: #7AFAB0;
}
.BgClassName
{
background-color: #7AFAB0;
}
</style>
border-color css
<style>
span { border-color: #7AFAB0; }
span { border-color: rgb(122,250,176); }
td.TdClassName
{
border-color: #7AFAB0;
}
.TagClassName
{
border-color: #7AFAB0;
}
</style>