Shades of Aquamarine #7EFFE6
Tints of Aquamarine #7EFFE6
RGB
CMYK
RGB Variations
Color information
#7EFFE6 (or 0x7EFFE6) is known color: Aquamarine. HEX triplet: 7E, FF and E6. RGB value is (126,255,230). Sum of RGB (Red+Green+Blue) = 126+255+230=611 (80% of max value = 765). Red value is 126 (49.61% from 255 or 20.62% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFFE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFFE6 is #810019. Grayscale: #D5D5D5. Windows color (decimal): -8454170 or 15138686. OLE color: 15138686.
HSL color Cylindrical-coordinate representation of color #7EFFE6: hue angle of 168.37º 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 #7EFFE6 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 230 | - |
| CMYK | 0.51 | 0 | 0.10 | 0 |
| HSL | 168.37º | 1% | 0.75% | - |
| HSV(B) | 168.37º | 0.51% | 1% | - |
| XYZ | 58.65 | 81.67 | 87.54 | - |
| YUV | 213.58 | 137.26 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 230 | 0.51 | 0 | 0.10 | 0 | 168.37 | 1 | 0.75 |
| Hex | 7E | FF | E6 | 33 | 0 | A | 0 | A8 | 64 | 4B |
| Octal | 176 | 377 | 346 | 63 | 0 | 12 | 0 | 250 | 144 | 113 |
| Binary | 1111110 | 11111111 | 11100110 | 110011 | 0 | 1010 | 0 | 10101000 | 1100100 | 1001011 |
Color Harmonies of #7EFFE6
Complementary color
Monochromatic Colors of #7EFFE6
Black with #7EFFE6
Text Example
Text Example
White with #7EFFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFFE6; }
p { color: rgb(126,255,230); }
H1.HeaderClassName
{
color: #7EFFE6;
}
.AnyTagClassName
{
color: #7EFFE6;
}
</style>
background-color css
<style>
a { background-color: #7EFFE6; }
a { background-color: rgb(126,255,230); }
div.DivClassName
{
background-color: #7EFFE6;
}
.BgClassName
{
background-color: #7EFFE6;
}
</style>
border-color css
<style>
span { border-color: #7EFFE6; }
span { border-color: rgb(126,255,230); }
td.TdClassName
{
border-color: #7EFFE6;
}
.TagClassName
{
border-color: #7EFFE6;
}
</style>