Shades of Aquamarine #7EFBC2
Tints of Aquamarine #7EFBC2
RGB
CMYK
RGB Variations
Color information
#7EFBC2 (or 0x7EFBC2) is known color: Aquamarine. HEX triplet: 7E, FB and C2. RGB value is (126,251,194). Sum of RGB (Red+Green+Blue) = 126+251+194=571 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.07% from 571); Green value is 251 (98.44% from 255 or 43.96% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 251 - color contains mainly: green. Hex color #7EFBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFBC2 is #81043D. Grayscale: #CFCFCF. Windows color (decimal): -8455230 or 12778366. OLE color: 12778366.
HSL color Cylindrical-coordinate representation of color #7EFBC2: hue angle of 152.64º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFBC2 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 251 | 194 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.02 |
| HSL | 152.64º | 0.94% | 0.74% | - |
| HSV(B) | 152.64º | 0.5% | 0.98% | - |
| XYZ | 52.84 | 77.33 | 63.18 | - |
| YUV | 207.13 | 120.59 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 251 | 194 | 0.50 | 0 | 0.23 | 0.02 | 152.64 | 0.94 | 0.74 |
| Hex | 7E | FB | C2 | 32 | 0 | 17 | 2 | 99 | 5E | 4A |
| Octal | 176 | 373 | 302 | 62 | 0 | 27 | 2 | 231 | 136 | 112 |
| Binary | 1111110 | 11111011 | 11000010 | 110010 | 0 | 10111 | 10 | 10011001 | 1011110 | 1001010 |
Color Harmonies of #7EFBC2
Complementary color
Monochromatic Colors of #7EFBC2
Black with #7EFBC2
Text Example
Text Example
White with #7EFBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFBC2; }
p { color: rgb(126,251,194); }
H1.HeaderClassName
{
color: #7EFBC2;
}
.AnyTagClassName
{
color: #7EFBC2;
}
</style>
background-color css
<style>
a { background-color: #7EFBC2; }
a { background-color: rgb(126,251,194); }
div.DivClassName
{
background-color: #7EFBC2;
}
.BgClassName
{
background-color: #7EFBC2;
}
</style>
border-color css
<style>
span { border-color: #7EFBC2; }
span { border-color: rgb(126,251,194); }
td.TdClassName
{
border-color: #7EFBC2;
}
.TagClassName
{
border-color: #7EFBC2;
}
</style>