Shades of Aquamarine #7AF7BA
Tints of Aquamarine #7AF7BA
RGB
CMYK
RGB Variations
Color information
#7AF7BA (or 0x7AF7BA) is known color: Aquamarine. HEX triplet: 7A, F7 and BA. RGB value is (122,247,186). Sum of RGB (Red+Green+Blue) = 122+247+186=555 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.98% from 555); Green value is 247 (96.88% from 255 or 44.50% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF7BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF7BA is #850845. Grayscale: #CACACA. Windows color (decimal): -8718406 or 12253050. OLE color: 12253050.
HSL color Cylindrical-coordinate representation of color #7AF7BA: hue angle of 150.72º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF7BA is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 247 | 186 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.03 |
| HSL | 150.72º | 0.89% | 0.72% | - |
| HSV(B) | 150.72º | 0.51% | 0.97% | - |
| XYZ | 50.15 | 74.2 | 58.13 | - |
| YUV | 202.67 | 118.59 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 247 | 186 | 0.51 | 0 | 0.25 | 0.03 | 150.72 | 0.89 | 0.72 |
| Hex | 7A | F7 | BA | 33 | 0 | 19 | 3 | 97 | 59 | 48 |
| Octal | 172 | 367 | 272 | 63 | 0 | 31 | 3 | 227 | 131 | 110 |
| Binary | 1111010 | 11110111 | 10111010 | 110011 | 0 | 11001 | 11 | 10010111 | 1011001 | 1001000 |
Color Harmonies of #7AF7BA
Complementary color
Monochromatic Colors of #7AF7BA
Black with #7AF7BA
Text Example
Text Example
White with #7AF7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF7BA; }
p { color: rgb(122,247,186); }
H1.HeaderClassName
{
color: #7AF7BA;
}
.AnyTagClassName
{
color: #7AF7BA;
}
</style>
background-color css
<style>
a { background-color: #7AF7BA; }
a { background-color: rgb(122,247,186); }
div.DivClassName
{
background-color: #7AF7BA;
}
.BgClassName
{
background-color: #7AF7BA;
}
</style>
border-color css
<style>
span { border-color: #7AF7BA; }
span { border-color: rgb(122,247,186); }
td.TdClassName
{
border-color: #7AF7BA;
}
.TagClassName
{
border-color: #7AF7BA;
}
</style>