Shades of Aquamarine #7EFCBD
Tints of Aquamarine #7EFCBD
RGB
CMYK
RGB Variations
Color information
#7EFCBD (or 0x7EFCBD) is known color: Aquamarine. HEX triplet: 7E, FC and BD. RGB value is (126,252,189). Sum of RGB (Red+Green+Blue) = 126+252+189=567 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.22% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #7EFCBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFCBD is #810342. Grayscale: #CFCFCF. Windows color (decimal): -8454979 or 12450942. OLE color: 12450942.
HSL color Cylindrical-coordinate representation of color #7EFCBD: hue angle of 150º degrees, saturation: 0.95, 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 #7EFCBD is Cyan = 0.5, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 252 | 189 | - |
| CMYK | 0.5 | 0 | 0.25 | 0.01 |
| HSL | 150º | 0.95% | 0.74% | - |
| HSV(B) | 150º | 0.5% | 0.99% | - |
| XYZ | 52.6 | 77.73 | 60.38 | - |
| YUV | 207.14 | 117.76 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 252 | 189 | 0.5 | 0 | 0.25 | 0.01 | 150 | 0.95 | 0.74 |
| Hex | 7E | FC | BD | 32 | 0 | 19 | 1 | 96 | 5F | 4A |
| Octal | 176 | 374 | 275 | 62 | 0 | 31 | 1 | 226 | 137 | 112 |
| Binary | 1111110 | 11111100 | 10111101 | 110010 | 0 | 11001 | 1 | 10010110 | 1011111 | 1001010 |
Color Harmonies of #7EFCBD
Complementary color
Monochromatic Colors of #7EFCBD
Black with #7EFCBD
Text Example
Text Example
White with #7EFCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFCBD; }
p { color: rgb(126,252,189); }
H1.HeaderClassName
{
color: #7EFCBD;
}
.AnyTagClassName
{
color: #7EFCBD;
}
</style>
background-color css
<style>
a { background-color: #7EFCBD; }
a { background-color: rgb(126,252,189); }
div.DivClassName
{
background-color: #7EFCBD;
}
.BgClassName
{
background-color: #7EFCBD;
}
</style>
border-color css
<style>
span { border-color: #7EFCBD; }
span { border-color: rgb(126,252,189); }
td.TdClassName
{
border-color: #7EFCBD;
}
.TagClassName
{
border-color: #7EFCBD;
}
</style>