Shades of Aquamarine #7EFCDB
Tints of Aquamarine #7EFCDB
RGB
CMYK
RGB Variations
Color information
#7EFCDB (or 0x7EFCDB) is known color: Aquamarine. HEX triplet: 7E, FC and DB. RGB value is (126,252,219). Sum of RGB (Red+Green+Blue) = 126+252+219=597 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21.11% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #7EFCDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFCDB is #810324. Grayscale: #D2D2D2. Windows color (decimal): -8454949 or 14417022. OLE color: 14417022.
HSL color Cylindrical-coordinate representation of color #7EFCDB: hue angle of 164.29º 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 #7EFCDB is Cyan = 0.5, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 252 | 219 | - |
| CMYK | 0.5 | 0 | 0.13 | 0.01 |
| HSL | 164.29º | 0.95% | 0.74% | - |
| HSV(B) | 164.29º | 0.5% | 0.99% | - |
| XYZ | 56.2 | 79.17 | 79.34 | - |
| YUV | 210.56 | 132.76 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 252 | 219 | 0.5 | 0 | 0.13 | 0.01 | 164.29 | 0.95 | 0.74 |
| Hex | 7E | FC | DB | 32 | 0 | D | 1 | A4 | 5F | 4A |
| Octal | 176 | 374 | 333 | 62 | 0 | 15 | 1 | 244 | 137 | 112 |
| Binary | 1111110 | 11111100 | 11011011 | 110010 | 0 | 1101 | 1 | 10100100 | 1011111 | 1001010 |
Color Harmonies of #7EFCDB
Complementary color
Monochromatic Colors of #7EFCDB
Black with #7EFCDB
Text Example
Text Example
White with #7EFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFCDB; }
p { color: rgb(126,252,219); }
H1.HeaderClassName
{
color: #7EFCDB;
}
.AnyTagClassName
{
color: #7EFCDB;
}
</style>
background-color css
<style>
a { background-color: #7EFCDB; }
a { background-color: rgb(126,252,219); }
div.DivClassName
{
background-color: #7EFCDB;
}
.BgClassName
{
background-color: #7EFCDB;
}
</style>
border-color css
<style>
span { border-color: #7EFCDB; }
span { border-color: rgb(126,252,219); }
td.TdClassName
{
border-color: #7EFCDB;
}
.TagClassName
{
border-color: #7EFCDB;
}
</style>