Shades of Aquamarine #7EFFBD
Tints of Aquamarine #7EFFBD
RGB
CMYK
RGB Variations
Color information
#7EFFBD (or 0x7EFFBD) is known color: Aquamarine. HEX triplet: 7E, FF and BD. RGB value is (126,255,189). Sum of RGB (Red+Green+Blue) = 126+255+189=570 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.11% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFFBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFFBD is #810042. Grayscale: #D1D1D1. Windows color (decimal): -8454211 or 12451710. OLE color: 12451710.
HSL color Cylindrical-coordinate representation of color #7EFFBD: hue angle of 149.3º 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 #7EFFBD is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 189 | - |
| CMYK | 0.51 | 0 | 0.26 | 0 |
| HSL | 149.3º | 1% | 0.75% | - |
| HSV(B) | 149.3º | 0.51% | 1% | - |
| XYZ | 53.55 | 79.63 | 60.69 | - |
| YUV | 208.91 | 116.76 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 189 | 0.51 | 0 | 0.26 | 0 | 149.3 | 1 | 0.75 |
| Hex | 7E | FF | BD | 33 | 0 | 1A | 0 | 95 | 64 | 4B |
| Octal | 176 | 377 | 275 | 63 | 0 | 32 | 0 | 225 | 144 | 113 |
| Binary | 1111110 | 11111111 | 10111101 | 110011 | 0 | 11010 | 0 | 10010101 | 1100100 | 1001011 |
Color Harmonies of #7EFFBD
Complementary color
Monochromatic Colors of #7EFFBD
Black with #7EFFBD
Text Example
Text Example
White with #7EFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFFBD; }
p { color: rgb(126,255,189); }
H1.HeaderClassName
{
color: #7EFFBD;
}
.AnyTagClassName
{
color: #7EFFBD;
}
</style>
background-color css
<style>
a { background-color: #7EFFBD; }
a { background-color: rgb(126,255,189); }
div.DivClassName
{
background-color: #7EFFBD;
}
.BgClassName
{
background-color: #7EFFBD;
}
</style>
border-color css
<style>
span { border-color: #7EFFBD; }
span { border-color: rgb(126,255,189); }
td.TdClassName
{
border-color: #7EFFBD;
}
.TagClassName
{
border-color: #7EFFBD;
}
</style>