Shades of Aquamarine #7EFDB2
Tints of Aquamarine #7EFDB2
RGB
CMYK
RGB Variations
Color information
#7EFDB2 (or 0x7EFDB2) is known color: Aquamarine. HEX triplet: 7E, FD and B2. RGB value is (126,253,178). Sum of RGB (Red+Green+Blue) = 126+253+178=557 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.62% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #7EFDB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EFDB2 is #81024D. Grayscale: #CECECE. Windows color (decimal): -8454734 or 11730302. OLE color: 11730302.
HSL color Cylindrical-coordinate representation of color #7EFDB2: hue angle of 144.57º 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 #7EFDB2 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 253 | 178 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.01 |
| HSL | 144.57º | 0.97% | 0.74% | - |
| HSV(B) | 144.57º | 0.5% | 0.99% | - |
| XYZ | 51.77 | 77.9 | 54.43 | - |
| YUV | 206.48 | 111.92 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 253 | 178 | 0.50 | 0 | 0.30 | 0.01 | 144.57 | 0.97 | 0.74 |
| Hex | 7E | FD | B2 | 32 | 0 | 1E | 1 | 91 | 61 | 4A |
| Octal | 176 | 375 | 262 | 62 | 0 | 36 | 1 | 221 | 141 | 112 |
| Binary | 1111110 | 11111101 | 10110010 | 110010 | 0 | 11110 | 1 | 10010001 | 1100001 | 1001010 |
Color Harmonies of #7EFDB2
Complementary color
Monochromatic Colors of #7EFDB2
Black with #7EFDB2
Text Example
Text Example
White with #7EFDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFDB2; }
p { color: rgb(126,253,178); }
H1.HeaderClassName
{
color: #7EFDB2;
}
.AnyTagClassName
{
color: #7EFDB2;
}
</style>
background-color css
<style>
a { background-color: #7EFDB2; }
a { background-color: rgb(126,253,178); }
div.DivClassName
{
background-color: #7EFDB2;
}
.BgClassName
{
background-color: #7EFDB2;
}
</style>
border-color css
<style>
span { border-color: #7EFDB2; }
span { border-color: rgb(126,253,178); }
td.TdClassName
{
border-color: #7EFDB2;
}
.TagClassName
{
border-color: #7EFDB2;
}
</style>