Shades of Aquamarine #7EFEDE
Tints of Aquamarine #7EFEDE
RGB
CMYK
RGB Variations
Color information
#7EFEDE (or 0x7EFEDE) is known color: Aquamarine. HEX triplet: 7E, FE and DE. RGB value is (126,254,222). Sum of RGB (Red+Green+Blue) = 126+254+222=602 (79% of max value = 765). Red value is 126 (49.61% from 255 or 20.93% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #7EFEDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFEDE is #810121. Grayscale: #D4D4D4. Windows color (decimal): -8454434 or 14614142. OLE color: 14614142.
HSL color Cylindrical-coordinate representation of color #7EFEDE: hue angle of 165º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFEDE is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 126 | 254 | 222 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.00 |
| HSL | 165º | 0.98% | 0.75% | - |
| HSV(B) | 165º | 0.5% | 1% | - |
| XYZ | 57.23 | 80.59 | 81.65 | - |
| YUV | 212.08 | 133.59 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 254 | 222 | 0.50 | 0 | 0.13 | 0.00 | 165 | 0.98 | 0.75 |
| Hex | 7E | FE | DE | 32 | 0 | D | 0 | A5 | 62 | 4B |
| Octal | 176 | 376 | 336 | 62 | 0 | 15 | 0 | 245 | 142 | 113 |
| Binary | 1111110 | 11111110 | 11011110 | 110010 | 0 | 1101 | 0 | 10100101 | 1100010 | 1001011 |
Color Harmonies of #7EFEDE
Complementary color
Monochromatic Colors of #7EFEDE
Black with #7EFEDE
Text Example
Text Example
White with #7EFEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFEDE; }
p { color: rgb(126,254,222); }
H1.HeaderClassName
{
color: #7EFEDE;
}
.AnyTagClassName
{
color: #7EFEDE;
}
</style>
background-color css
<style>
a { background-color: #7EFEDE; }
a { background-color: rgb(126,254,222); }
div.DivClassName
{
background-color: #7EFEDE;
}
.BgClassName
{
background-color: #7EFEDE;
}
</style>
border-color css
<style>
span { border-color: #7EFEDE; }
span { border-color: rgb(126,254,222); }
td.TdClassName
{
border-color: #7EFEDE;
}
.TagClassName
{
border-color: #7EFEDE;
}
</style>