Shades of Aquamarine #7EFBE2
Tints of Aquamarine #7EFBE2
RGB
CMYK
RGB Variations
Color information
#7EFBE2 (or 0x7EFBE2) is known color: Aquamarine. HEX triplet: 7E, FB and E2. RGB value is (126,251,226). Sum of RGB (Red+Green+Blue) = 126+251+226=603 (79% of max value = 765). Red value is 126 (49.61% from 255 or 20.90% from 603); Green value is 251 (98.44% from 255 or 41.63% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 251 - color contains mainly: green. Hex color #7EFBE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFBE2 is #81041D. Grayscale: #D2D2D2. Windows color (decimal): -8455198 or 14875518. OLE color: 14875518.
HSL color Cylindrical-coordinate representation of color #7EFBE2: hue angle of 168º 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 #7EFBE2 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 251 | 226 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.02 |
| HSL | 168º | 0.94% | 0.74% | - |
| HSV(B) | 168º | 0.5% | 0.98% | - |
| XYZ | 56.83 | 78.92 | 84.19 | - |
| YUV | 210.78 | 136.59 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 251 | 226 | 0.50 | 0 | 0.10 | 0.02 | 168 | 0.94 | 0.74 |
| Hex | 7E | FB | E2 | 32 | 0 | A | 2 | A8 | 5E | 4A |
| Octal | 176 | 373 | 342 | 62 | 0 | 12 | 2 | 250 | 136 | 112 |
| Binary | 1111110 | 11111011 | 11100010 | 110010 | 0 | 1010 | 10 | 10101000 | 1011110 | 1001010 |
Color Harmonies of #7EFBE2
Complementary color
Monochromatic Colors of #7EFBE2
Black with #7EFBE2
Text Example
Text Example
White with #7EFBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFBE2; }
p { color: rgb(126,251,226); }
H1.HeaderClassName
{
color: #7EFBE2;
}
.AnyTagClassName
{
color: #7EFBE2;
}
</style>
background-color css
<style>
a { background-color: #7EFBE2; }
a { background-color: rgb(126,251,226); }
div.DivClassName
{
background-color: #7EFBE2;
}
.BgClassName
{
background-color: #7EFBE2;
}
</style>
border-color css
<style>
span { border-color: #7EFBE2; }
span { border-color: rgb(126,251,226); }
td.TdClassName
{
border-color: #7EFBE2;
}
.TagClassName
{
border-color: #7EFBE2;
}
</style>