Shades of Aquamarine #7EFDB4
Tints of Aquamarine #7EFDB4
RGB
CMYK
RGB Variations
Color information
#7EFDB4 (or 0x7EFDB4) is known color: Aquamarine. HEX triplet: 7E, FD and B4. RGB value is (126,253,180). Sum of RGB (Red+Green+Blue) = 126+253+180=559 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.54% from 559); Green value is 253 (99.22% from 255 or 45.26% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 253 - color contains mainly: green. Hex color #7EFDB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFDB4 is #81024B. Grayscale: #CECECE. Windows color (decimal): -8454732 or 11861374. OLE color: 11861374.
HSL color Cylindrical-coordinate representation of color #7EFDB4: hue angle of 145.51º 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 #7EFDB4 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 253 | 180 | - |
| CMYK | 0.50 | 0 | 0.29 | 0.01 |
| HSL | 145.51º | 0.97% | 0.74% | - |
| HSV(B) | 145.51º | 0.5% | 0.99% | - |
| XYZ | 51.97 | 77.98 | 55.49 | - |
| YUV | 206.71 | 112.92 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 253 | 180 | 0.50 | 0 | 0.29 | 0.01 | 145.51 | 0.97 | 0.74 |
| Hex | 7E | FD | B4 | 32 | 0 | 1D | 1 | 92 | 61 | 4A |
| Octal | 176 | 375 | 264 | 62 | 0 | 35 | 1 | 222 | 141 | 112 |
| Binary | 1111110 | 11111101 | 10110100 | 110010 | 0 | 11101 | 1 | 10010010 | 1100001 | 1001010 |
Color Harmonies of #7EFDB4
Complementary color
Monochromatic Colors of #7EFDB4
Black with #7EFDB4
Text Example
Text Example
White with #7EFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFDB4; }
p { color: rgb(126,253,180); }
H1.HeaderClassName
{
color: #7EFDB4;
}
.AnyTagClassName
{
color: #7EFDB4;
}
</style>
background-color css
<style>
a { background-color: #7EFDB4; }
a { background-color: rgb(126,253,180); }
div.DivClassName
{
background-color: #7EFDB4;
}
.BgClassName
{
background-color: #7EFDB4;
}
</style>
border-color css
<style>
span { border-color: #7EFDB4; }
span { border-color: rgb(126,253,180); }
td.TdClassName
{
border-color: #7EFDB4;
}
.TagClassName
{
border-color: #7EFDB4;
}
</style>