Shades of Aquamarine #7EF0D9
Tints of Aquamarine #7EF0D9
RGB
CMYK
RGB Variations
Color information
#7EF0D9 (or 0x7EF0D9) is known color: Aquamarine. HEX triplet: 7E, F0 and D9. RGB value is (126,240,217). Sum of RGB (Red+Green+Blue) = 126+240+217=583 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.61% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 240 - color contains mainly: green. Hex color #7EF0D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF0D9 is #810F26. Grayscale: #CBCBCB. Windows color (decimal): -8458023 or 14282878. OLE color: 14282878.
HSL color Cylindrical-coordinate representation of color #7EF0D9: hue angle of 167.89º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EF0D9 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 240 | 217 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.06 |
| HSL | 167.89º | 0.79% | 0.72% | - |
| HSV(B) | 167.89º | 0.48% | 0.94% | - |
| XYZ | 52.29 | 71.77 | 76.74 | - |
| YUV | 203.29 | 135.73 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 240 | 217 | 0.48 | 0 | 0.10 | 0.06 | 167.89 | 0.79 | 0.72 |
| Hex | 7E | F0 | D9 | 30 | 0 | A | 6 | A8 | 4F | 48 |
| Octal | 176 | 360 | 331 | 60 | 0 | 12 | 6 | 250 | 117 | 110 |
| Binary | 1111110 | 11110000 | 11011001 | 110000 | 0 | 1010 | 110 | 10101000 | 1001111 | 1001000 |
Color Harmonies of #7EF0D9
Complementary color
Monochromatic Colors of #7EF0D9
Black with #7EF0D9
Text Example
Text Example
White with #7EF0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF0D9; }
p { color: rgb(126,240,217); }
H1.HeaderClassName
{
color: #7EF0D9;
}
.AnyTagClassName
{
color: #7EF0D9;
}
</style>
background-color css
<style>
a { background-color: #7EF0D9; }
a { background-color: rgb(126,240,217); }
div.DivClassName
{
background-color: #7EF0D9;
}
.BgClassName
{
background-color: #7EF0D9;
}
</style>
border-color css
<style>
span { border-color: #7EF0D9; }
span { border-color: rgb(126,240,217); }
td.TdClassName
{
border-color: #7EF0D9;
}
.TagClassName
{
border-color: #7EF0D9;
}
</style>