Shades of Aquamarine #7AFAB1
Tints of Aquamarine #7AFAB1
RGB
CMYK
RGB Variations
Color information
#7AFAB1 (or 0x7AFAB1) is known color: Aquamarine. HEX triplet: 7A, FA and B1. RGB value is (122,250,177). Sum of RGB (Red+Green+Blue) = 122+250+177=549 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.22% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 177 (69.53% from 255 or 32.24% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFAB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFAB1 is #85054E. Grayscale: #CBCBCB. Windows color (decimal): -8717647 or 11663994. OLE color: 11663994.
HSL color Cylindrical-coordinate representation of color #7AFAB1: hue angle of 145.78º 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 #7AFAB1 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 177 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.02 |
| HSL | 145.78º | 0.93% | 0.73% | - |
| HSV(B) | 145.78º | 0.51% | 0.98% | - |
| XYZ | 50.15 | 75.68 | 53.56 | - |
| YUV | 203.41 | 113.09 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 177 | 0.51 | 0 | 0.29 | 0.02 | 145.78 | 0.93 | 0.73 |
| Hex | 7A | FA | B1 | 33 | 0 | 1D | 2 | 92 | 5D | 49 |
| Octal | 172 | 372 | 261 | 63 | 0 | 35 | 2 | 222 | 135 | 111 |
| Binary | 1111010 | 11111010 | 10110001 | 110011 | 0 | 11101 | 10 | 10010010 | 1011101 | 1001001 |
Color Harmonies of #7AFAB1
Complementary color
Monochromatic Colors of #7AFAB1
Black with #7AFAB1
Text Example
Text Example
White with #7AFAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFAB1; }
p { color: rgb(122,250,177); }
H1.HeaderClassName
{
color: #7AFAB1;
}
.AnyTagClassName
{
color: #7AFAB1;
}
</style>
background-color css
<style>
a { background-color: #7AFAB1; }
a { background-color: rgb(122,250,177); }
div.DivClassName
{
background-color: #7AFAB1;
}
.BgClassName
{
background-color: #7AFAB1;
}
</style>
border-color css
<style>
span { border-color: #7AFAB1; }
span { border-color: rgb(122,250,177); }
td.TdClassName
{
border-color: #7AFAB1;
}
.TagClassName
{
border-color: #7AFAB1;
}
</style>