Shades of Aquamarine #7EFFD2
Tints of Aquamarine #7EFFD2
RGB
CMYK
RGB Variations
Color information
#7EFFD2 (or 0x7EFFD2) is known color: Aquamarine. HEX triplet: 7E, FF and D2. RGB value is (126,255,210). Sum of RGB (Red+Green+Blue) = 126+255+210=591 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.32% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFFD2 is #81002D. Grayscale: #D3D3D3. Windows color (decimal): -8454190 or 13827966. OLE color: 13827966.
HSL color Cylindrical-coordinate representation of color #7EFFD2: hue angle of 159.07º 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 #7EFFD2 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 210 | - |
| CMYK | 0.51 | 0 | 0.18 | 0 |
| HSL | 159.07º | 1% | 0.75% | - |
| HSV(B) | 159.07º | 0.51% | 1% | - |
| XYZ | 56 | 80.61 | 73.58 | - |
| YUV | 211.3 | 127.26 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 210 | 0.51 | 0 | 0.18 | 0 | 159.07 | 1 | 0.75 |
| Hex | 7E | FF | D2 | 33 | 0 | 12 | 0 | 9F | 64 | 4B |
| Octal | 176 | 377 | 322 | 63 | 0 | 22 | 0 | 237 | 144 | 113 |
| Binary | 1111110 | 11111111 | 11010010 | 110011 | 0 | 10010 | 0 | 10011111 | 1100100 | 1001011 |
Color Harmonies of #7EFFD2
Complementary color
Monochromatic Colors of #7EFFD2
Black with #7EFFD2
Text Example
Text Example
White with #7EFFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFFD2; }
p { color: rgb(126,255,210); }
H1.HeaderClassName
{
color: #7EFFD2;
}
.AnyTagClassName
{
color: #7EFFD2;
}
</style>
background-color css
<style>
a { background-color: #7EFFD2; }
a { background-color: rgb(126,255,210); }
div.DivClassName
{
background-color: #7EFFD2;
}
.BgClassName
{
background-color: #7EFFD2;
}
</style>
border-color css
<style>
span { border-color: #7EFFD2; }
span { border-color: rgb(126,255,210); }
td.TdClassName
{
border-color: #7EFFD2;
}
.TagClassName
{
border-color: #7EFFD2;
}
</style>