Shades of Aquamarine #7EFFD4
Tints of Aquamarine #7EFFD4
RGB
CMYK
RGB Variations
Color information
#7EFFD4 (or 0x7EFFD4) is known color: Aquamarine. HEX triplet: 7E, FF and D4. RGB value is (126,255,212). Sum of RGB (Red+Green+Blue) = 126+255+212=593 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.25% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFFD4 is #81002B. Grayscale: #D3D3D3. Windows color (decimal): -8454188 or 13959038. OLE color: 13959038.
HSL color Cylindrical-coordinate representation of color #7EFFD4: hue angle of 160º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EFFD4 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 212 | - |
| CMYK | 0.51 | 0 | 0.17 | 0 |
| HSL | 160º | 1% | 0.75% | - |
| HSV(B) | 160º | 0.51% | 1% | - |
| XYZ | 56.25 | 80.71 | 74.9 | - |
| YUV | 211.53 | 128.26 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 212 | 0.51 | 0 | 0.17 | 0 | 160 | 1 | 0.75 |
| Hex | 7E | FF | D4 | 33 | 0 | 11 | 0 | A0 | 64 | 4B |
| Octal | 176 | 377 | 324 | 63 | 0 | 21 | 0 | 240 | 144 | 113 |
| Binary | 1111110 | 11111111 | 11010100 | 110011 | 0 | 10001 | 0 | 10100000 | 1100100 | 1001011 |
Color Harmonies of #7EFFD4
Complementary color
Monochromatic Colors of #7EFFD4
Black with #7EFFD4
Text Example
Text Example
White with #7EFFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFFD4; }
p { color: rgb(126,255,212); }
H1.HeaderClassName
{
color: #7EFFD4;
}
.AnyTagClassName
{
color: #7EFFD4;
}
</style>
background-color css
<style>
a { background-color: #7EFFD4; }
a { background-color: rgb(126,255,212); }
div.DivClassName
{
background-color: #7EFFD4;
}
.BgClassName
{
background-color: #7EFFD4;
}
</style>
border-color css
<style>
span { border-color: #7EFFD4; }
span { border-color: rgb(126,255,212); }
td.TdClassName
{
border-color: #7EFFD4;
}
.TagClassName
{
border-color: #7EFFD4;
}
</style>