Shades of Aquamarine #7EFFD0
Tints of Aquamarine #7EFFD0
RGB
CMYK
RGB Variations
Color information
#7EFFD0 (or 0x7EFFD0) is known color: Aquamarine. HEX triplet: 7E, FF and D0. RGB value is (126,255,208). Sum of RGB (Red+Green+Blue) = 126+255+208=589 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.39% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFFD0 is #81002F. Grayscale: #D3D3D3. Windows color (decimal): -8454192 or 13696894. OLE color: 13696894.
HSL color Cylindrical-coordinate representation of color #7EFFD0: hue angle of 158.14º 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 #7EFFD0 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 208 | - |
| CMYK | 0.51 | 0 | 0.18 | 0 |
| HSL | 158.14º | 1% | 0.75% | - |
| HSV(B) | 158.14º | 0.51% | 1% | - |
| XYZ | 55.75 | 80.51 | 72.28 | - |
| YUV | 211.07 | 126.26 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 208 | 0.51 | 0 | 0.18 | 0 | 158.14 | 1 | 0.75 |
| Hex | 7E | FF | D0 | 33 | 0 | 12 | 0 | 9E | 64 | 4B |
| Octal | 176 | 377 | 320 | 63 | 0 | 22 | 0 | 236 | 144 | 113 |
| Binary | 1111110 | 11111111 | 11010000 | 110011 | 0 | 10010 | 0 | 10011110 | 1100100 | 1001011 |
Color Harmonies of #7EFFD0
Complementary color
Monochromatic Colors of #7EFFD0
Black with #7EFFD0
Text Example
Text Example
White with #7EFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFFD0; }
p { color: rgb(126,255,208); }
H1.HeaderClassName
{
color: #7EFFD0;
}
.AnyTagClassName
{
color: #7EFFD0;
}
</style>
background-color css
<style>
a { background-color: #7EFFD0; }
a { background-color: rgb(126,255,208); }
div.DivClassName
{
background-color: #7EFFD0;
}
.BgClassName
{
background-color: #7EFFD0;
}
</style>
border-color css
<style>
span { border-color: #7EFFD0; }
span { border-color: rgb(126,255,208); }
td.TdClassName
{
border-color: #7EFFD0;
}
.TagClassName
{
border-color: #7EFFD0;
}
</style>