Shades of Aquamarine #7AFABA
Tints of Aquamarine #7AFABA
RGB
CMYK
RGB Variations
Color information
#7AFABA (or 0x7AFABA) is known color: Aquamarine. HEX triplet: 7A, FA and BA. RGB value is (122,250,186). Sum of RGB (Red+Green+Blue) = 122+250+186=558 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.86% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFABA is #850545. Grayscale: #CCCCCC. Windows color (decimal): -8717638 or 12253818. OLE color: 12253818.
HSL color Cylindrical-coordinate representation of color #7AFABA: hue angle of 150º 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 #7AFABA is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 186 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.02 |
| HSL | 150º | 0.93% | 0.73% | - |
| HSV(B) | 150º | 0.51% | 0.98% | - |
| XYZ | 51.07 | 76.05 | 58.44 | - |
| YUV | 204.43 | 117.59 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 186 | 0.51 | 0 | 0.26 | 0.02 | 150 | 0.93 | 0.73 |
| Hex | 7A | FA | BA | 33 | 0 | 1A | 2 | 96 | 5D | 49 |
| Octal | 172 | 372 | 272 | 63 | 0 | 32 | 2 | 226 | 135 | 111 |
| Binary | 1111010 | 11111010 | 10111010 | 110011 | 0 | 11010 | 10 | 10010110 | 1011101 | 1001001 |
Color Harmonies of #7AFABA
Complementary color
Monochromatic Colors of #7AFABA
Black with #7AFABA
Text Example
Text Example
White with #7AFABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFABA; }
p { color: rgb(122,250,186); }
H1.HeaderClassName
{
color: #7AFABA;
}
.AnyTagClassName
{
color: #7AFABA;
}
</style>
background-color css
<style>
a { background-color: #7AFABA; }
a { background-color: rgb(122,250,186); }
div.DivClassName
{
background-color: #7AFABA;
}
.BgClassName
{
background-color: #7AFABA;
}
</style>
border-color css
<style>
span { border-color: #7AFABA; }
span { border-color: rgb(122,250,186); }
td.TdClassName
{
border-color: #7AFABA;
}
.TagClassName
{
border-color: #7AFABA;
}
</style>