Shades of Aquamarine #7AFABB
Tints of Aquamarine #7AFABB
RGB
CMYK
RGB Variations
Color information
#7AFABB (or 0x7AFABB) is known color: Aquamarine. HEX triplet: 7A, FA and BB. RGB value is (122,250,187). Sum of RGB (Red+Green+Blue) = 122+250+187=559 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.82% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFABB is #850544. Grayscale: #CCCCCC. Windows color (decimal): -8717637 or 12319354. OLE color: 12319354.
HSL color Cylindrical-coordinate representation of color #7AFABB: hue angle of 150.47º 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 #7AFABB is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 187 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.02 |
| HSL | 150.47º | 0.93% | 0.73% | - |
| HSV(B) | 150.47º | 0.51% | 0.98% | - |
| XYZ | 51.18 | 76.1 | 59 | - |
| YUV | 204.55 | 118.09 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 187 | 0.51 | 0 | 0.25 | 0.02 | 150.47 | 0.93 | 0.73 |
| Hex | 7A | FA | BB | 33 | 0 | 19 | 2 | 96 | 5D | 49 |
| Octal | 172 | 372 | 273 | 63 | 0 | 31 | 2 | 226 | 135 | 111 |
| Binary | 1111010 | 11111010 | 10111011 | 110011 | 0 | 11001 | 10 | 10010110 | 1011101 | 1001001 |
Color Harmonies of #7AFABB
Complementary color
Monochromatic Colors of #7AFABB
Black with #7AFABB
Text Example
Text Example
White with #7AFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFABB; }
p { color: rgb(122,250,187); }
H1.HeaderClassName
{
color: #7AFABB;
}
.AnyTagClassName
{
color: #7AFABB;
}
</style>
background-color css
<style>
a { background-color: #7AFABB; }
a { background-color: rgb(122,250,187); }
div.DivClassName
{
background-color: #7AFABB;
}
.BgClassName
{
background-color: #7AFABB;
}
</style>
border-color css
<style>
span { border-color: #7AFABB; }
span { border-color: rgb(122,250,187); }
td.TdClassName
{
border-color: #7AFABB;
}
.TagClassName
{
border-color: #7AFABB;
}
</style>