Shades of Aquamarine #7EFFBA
Tints of Aquamarine #7EFFBA
RGB
CMYK
RGB Variations
Color information
#7EFFBA (or 0x7EFFBA) is known color: Aquamarine. HEX triplet: 7E, FF and BA. RGB value is (126,255,186). Sum of RGB (Red+Green+Blue) = 126+255+186=567 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.22% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFFBA is #810045. Grayscale: #D0D0D0. Windows color (decimal): -8454214 or 12255102. OLE color: 12255102.
HSL color Cylindrical-coordinate representation of color #7EFFBA: hue angle of 147.91º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EFFBA is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 186 | - |
| CMYK | 0.51 | 0 | 0.27 | 0 |
| HSL | 147.91º | 1% | 0.75% | - |
| HSV(B) | 147.91º | 0.51% | 1% | - |
| XYZ | 53.23 | 79.5 | 58.99 | - |
| YUV | 208.56 | 115.26 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 186 | 0.51 | 0 | 0.27 | 0 | 147.91 | 1 | 0.75 |
| Hex | 7E | FF | BA | 33 | 0 | 1B | 0 | 94 | 64 | 4B |
| Octal | 176 | 377 | 272 | 63 | 0 | 33 | 0 | 224 | 144 | 113 |
| Binary | 1111110 | 11111111 | 10111010 | 110011 | 0 | 11011 | 0 | 10010100 | 1100100 | 1001011 |
Color Harmonies of #7EFFBA
Complementary color
Monochromatic Colors of #7EFFBA
Black with #7EFFBA
Text Example
Text Example
White with #7EFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFFBA; }
p { color: rgb(126,255,186); }
H1.HeaderClassName
{
color: #7EFFBA;
}
.AnyTagClassName
{
color: #7EFFBA;
}
</style>
background-color css
<style>
a { background-color: #7EFFBA; }
a { background-color: rgb(126,255,186); }
div.DivClassName
{
background-color: #7EFFBA;
}
.BgClassName
{
background-color: #7EFFBA;
}
</style>
border-color css
<style>
span { border-color: #7EFFBA; }
span { border-color: rgb(126,255,186); }
td.TdClassName
{
border-color: #7EFFBA;
}
.TagClassName
{
border-color: #7EFFBA;
}
</style>