Shades of Aquamarine #7EFDCE
Tints of Aquamarine #7EFDCE
RGB
CMYK
RGB Variations
Color information
#7EFDCE (or 0x7EFDCE) is known color: Aquamarine. HEX triplet: 7E, FD and CE. RGB value is (126,253,206). Sum of RGB (Red+Green+Blue) = 126+253+206=585 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.54% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #7EFDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFDCE is #810231. Grayscale: #D1D1D1. Windows color (decimal): -8454706 or 13565310. OLE color: 13565310.
HSL color Cylindrical-coordinate representation of color #7EFDCE: hue angle of 157.8º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFDCE is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 253 | 206 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.01 |
| HSL | 157.8º | 0.97% | 0.74% | - |
| HSV(B) | 157.8º | 0.5% | 0.99% | - |
| XYZ | 54.87 | 79.14 | 70.78 | - |
| YUV | 209.67 | 125.92 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 253 | 206 | 0.50 | 0 | 0.19 | 0.01 | 157.8 | 0.97 | 0.74 |
| Hex | 7E | FD | CE | 32 | 0 | 13 | 1 | 9E | 61 | 4A |
| Octal | 176 | 375 | 316 | 62 | 0 | 23 | 1 | 236 | 141 | 112 |
| Binary | 1111110 | 11111101 | 11001110 | 110010 | 0 | 10011 | 1 | 10011110 | 1100001 | 1001010 |
Color Harmonies of #7EFDCE
Complementary color
Monochromatic Colors of #7EFDCE
Black with #7EFDCE
Text Example
Text Example
White with #7EFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFDCE; }
p { color: rgb(126,253,206); }
H1.HeaderClassName
{
color: #7EFDCE;
}
.AnyTagClassName
{
color: #7EFDCE;
}
</style>
background-color css
<style>
a { background-color: #7EFDCE; }
a { background-color: rgb(126,253,206); }
div.DivClassName
{
background-color: #7EFDCE;
}
.BgClassName
{
background-color: #7EFDCE;
}
</style>
border-color css
<style>
span { border-color: #7EFDCE; }
span { border-color: rgb(126,253,206); }
td.TdClassName
{
border-color: #7EFDCE;
}
.TagClassName
{
border-color: #7EFDCE;
}
</style>