Shades of Aquamarine #7EFADB
Tints of Aquamarine #7EFADB
RGB
CMYK
RGB Variations
Color information
#7EFADB (or 0x7EFADB) is known color: Aquamarine. HEX triplet: 7E, FA and DB. RGB value is (126,250,219). Sum of RGB (Red+Green+Blue) = 126+250+219=595 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.18% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #7EFADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFADB is #810524. Grayscale: #D1D1D1. Windows color (decimal): -8455461 or 14416510. OLE color: 14416510.
HSL color Cylindrical-coordinate representation of color #7EFADB: hue angle of 165º degrees, saturation: 0.93, 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 #7EFADB is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 250 | 219 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.02 |
| HSL | 165º | 0.93% | 0.74% | - |
| HSV(B) | 165º | 0.5% | 0.98% | - |
| XYZ | 55.58 | 77.92 | 79.13 | - |
| YUV | 209.39 | 133.42 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 250 | 219 | 0.50 | 0 | 0.12 | 0.02 | 165 | 0.93 | 0.74 |
| Hex | 7E | FA | DB | 32 | 0 | C | 2 | A5 | 5D | 4A |
| Octal | 176 | 372 | 333 | 62 | 0 | 14 | 2 | 245 | 135 | 112 |
| Binary | 1111110 | 11111010 | 11011011 | 110010 | 0 | 1100 | 10 | 10100101 | 1011101 | 1001010 |
Color Harmonies of #7EFADB
Complementary color
Monochromatic Colors of #7EFADB
Black with #7EFADB
Text Example
Text Example
White with #7EFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFADB; }
p { color: rgb(126,250,219); }
H1.HeaderClassName
{
color: #7EFADB;
}
.AnyTagClassName
{
color: #7EFADB;
}
</style>
background-color css
<style>
a { background-color: #7EFADB; }
a { background-color: rgb(126,250,219); }
div.DivClassName
{
background-color: #7EFADB;
}
.BgClassName
{
background-color: #7EFADB;
}
</style>
border-color css
<style>
span { border-color: #7EFADB; }
span { border-color: rgb(126,250,219); }
td.TdClassName
{
border-color: #7EFADB;
}
.TagClassName
{
border-color: #7EFADB;
}
</style>