Shades of Aquamarine #7EF9DF
Tints of Aquamarine #7EF9DF
RGB
CMYK
RGB Variations
Color information
#7EF9DF (or 0x7EF9DF) is known color: Aquamarine. HEX triplet: 7E, F9 and DF. RGB value is (126,249,223). Sum of RGB (Red+Green+Blue) = 126+249+223=598 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21.07% from 598); Green value is 249 (97.66% from 255 or 41.64% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 249 - color contains mainly: green. Hex color #7EF9DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF9DF is #810620. Grayscale: #D1D1D1. Windows color (decimal): -8455713 or 14678398. OLE color: 14678398.
HSL color Cylindrical-coordinate representation of color #7EF9DF: hue angle of 167.32º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EF9DF is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 249 | 223 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.02 |
| HSL | 167.32º | 0.91% | 0.74% | - |
| HSV(B) | 167.32º | 0.49% | 0.98% | - |
| XYZ | 55.8 | 77.51 | 81.83 | - |
| YUV | 209.26 | 135.75 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 249 | 223 | 0.49 | 0 | 0.10 | 0.02 | 167.32 | 0.91 | 0.74 |
| Hex | 7E | F9 | DF | 31 | 0 | A | 2 | A7 | 5B | 4A |
| Octal | 176 | 371 | 337 | 61 | 0 | 12 | 2 | 247 | 133 | 112 |
| Binary | 1111110 | 11111001 | 11011111 | 110001 | 0 | 1010 | 10 | 10100111 | 1011011 | 1001010 |
Color Harmonies of #7EF9DF
Complementary color
Monochromatic Colors of #7EF9DF
Black with #7EF9DF
Text Example
Text Example
White with #7EF9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF9DF; }
p { color: rgb(126,249,223); }
H1.HeaderClassName
{
color: #7EF9DF;
}
.AnyTagClassName
{
color: #7EF9DF;
}
</style>
background-color css
<style>
a { background-color: #7EF9DF; }
a { background-color: rgb(126,249,223); }
div.DivClassName
{
background-color: #7EF9DF;
}
.BgClassName
{
background-color: #7EF9DF;
}
</style>
border-color css
<style>
span { border-color: #7EF9DF; }
span { border-color: rgb(126,249,223); }
td.TdClassName
{
border-color: #7EF9DF;
}
.TagClassName
{
border-color: #7EF9DF;
}
</style>