Shades of Aquamarine #7AECBA
Tints of Aquamarine #7AECBA
RGB
CMYK
RGB Variations
Color information
#7AECBA (or 0x7AECBA) is known color: Aquamarine. HEX triplet: 7A, EC and BA. RGB value is (122,236,186). Sum of RGB (Red+Green+Blue) = 122+236+186=544 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.43% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #7AECBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AECBA is #851345. Grayscale: #C4C4C4. Windows color (decimal): -8721222 or 12250234. OLE color: 12250234.
HSL color Cylindrical-coordinate representation of color #7AECBA: hue angle of 153.68º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AECBA is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 236 | 186 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.07 |
| HSL | 153.68º | 0.75% | 0.7% | - |
| HSV(B) | 153.68º | 0.48% | 0.93% | - |
| XYZ | 46.88 | 67.67 | 57.05 | - |
| YUV | 196.21 | 122.23 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 236 | 186 | 0.48 | 0 | 0.21 | 0.07 | 153.68 | 0.75 | 0.7 |
| Hex | 7A | EC | BA | 30 | 0 | 15 | 7 | 9A | 4B | 46 |
| Octal | 172 | 354 | 272 | 60 | 0 | 25 | 7 | 232 | 113 | 106 |
| Binary | 1111010 | 11101100 | 10111010 | 110000 | 0 | 10101 | 111 | 10011010 | 1001011 | 1000110 |
Color Harmonies of #7AECBA
Complementary color
Monochromatic Colors of #7AECBA
Black with #7AECBA
Text Example
Text Example
White with #7AECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AECBA; }
p { color: rgb(122,236,186); }
H1.HeaderClassName
{
color: #7AECBA;
}
.AnyTagClassName
{
color: #7AECBA;
}
</style>
background-color css
<style>
a { background-color: #7AECBA; }
a { background-color: rgb(122,236,186); }
div.DivClassName
{
background-color: #7AECBA;
}
.BgClassName
{
background-color: #7AECBA;
}
</style>
border-color css
<style>
span { border-color: #7AECBA; }
span { border-color: rgb(122,236,186); }
td.TdClassName
{
border-color: #7AECBA;
}
.TagClassName
{
border-color: #7AECBA;
}
</style>