Shades of Aquamarine #7EF8DF
Tints of Aquamarine #7EF8DF
RGB
CMYK
RGB Variations
Color information
#7EF8DF (or 0x7EF8DF) is known color: Aquamarine. HEX triplet: 7E, F8 and DF. RGB value is (126,248,223). Sum of RGB (Red+Green+Blue) = 126+248+223=597 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21.11% from 597); Green value is 248 (97.27% from 255 or 41.54% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 248 - color contains mainly: green. Hex color #7EF8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF8DF is #810720. Grayscale: #D0D0D0. Windows color (decimal): -8455969 or 14678142. OLE color: 14678142.
HSL color Cylindrical-coordinate representation of color #7EF8DF: hue angle of 167.7º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EF8DF is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 126 | 248 | 223 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.03 |
| HSL | 167.7º | 0.9% | 0.73% | - |
| HSV(B) | 167.7º | 0.49% | 0.97% | - |
| XYZ | 55.49 | 76.9 | 81.73 | - |
| YUV | 208.67 | 136.08 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 248 | 223 | 0.49 | 0 | 0.10 | 0.03 | 167.7 | 0.9 | 0.73 |
| Hex | 7E | F8 | DF | 31 | 0 | A | 3 | A8 | 5A | 49 |
| Octal | 176 | 370 | 337 | 61 | 0 | 12 | 3 | 250 | 132 | 111 |
| Binary | 1111110 | 11111000 | 11011111 | 110001 | 0 | 1010 | 11 | 10101000 | 1011010 | 1001001 |
Color Harmonies of #7EF8DF
Complementary color
Monochromatic Colors of #7EF8DF
Black with #7EF8DF
Text Example
Text Example
White with #7EF8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF8DF; }
p { color: rgb(126,248,223); }
H1.HeaderClassName
{
color: #7EF8DF;
}
.AnyTagClassName
{
color: #7EF8DF;
}
</style>
background-color css
<style>
a { background-color: #7EF8DF; }
a { background-color: rgb(126,248,223); }
div.DivClassName
{
background-color: #7EF8DF;
}
.BgClassName
{
background-color: #7EF8DF;
}
</style>
border-color css
<style>
span { border-color: #7EF8DF; }
span { border-color: rgb(126,248,223); }
td.TdClassName
{
border-color: #7EF8DF;
}
.TagClassName
{
border-color: #7EF8DF;
}
</style>