Shades of Aquamarine #7AFEDB
Tints of Aquamarine #7AFEDB
RGB
CMYK
RGB Variations
Color information
#7AFEDB (or 0x7AFEDB) is known color: Aquamarine. HEX triplet: 7A, FE and DB. RGB value is (122,254,219). Sum of RGB (Red+Green+Blue) = 122+254+219=595 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.50% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFEDB is #850124. Grayscale: #D2D2D2. Windows color (decimal): -8716581 or 14417530. OLE color: 14417530.
HSL color Cylindrical-coordinate representation of color #7AFEDB: hue angle of 164.09º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFEDB is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 254 | 219 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.00 |
| HSL | 164.09º | 0.99% | 0.74% | - |
| HSV(B) | 164.09º | 0.52% | 1% | - |
| XYZ | 56.25 | 80.14 | 79.52 | - |
| YUV | 210.54 | 132.77 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 254 | 219 | 0.52 | 0 | 0.14 | 0.00 | 164.09 | 0.99 | 0.74 |
| Hex | 7A | FE | DB | 34 | 0 | E | 0 | A4 | 63 | 4A |
| Octal | 172 | 376 | 333 | 64 | 0 | 16 | 0 | 244 | 143 | 112 |
| Binary | 1111010 | 11111110 | 11011011 | 110100 | 0 | 1110 | 0 | 10100100 | 1100011 | 1001010 |
Color Harmonies of #7AFEDB
Complementary color
Monochromatic Colors of #7AFEDB
Black with #7AFEDB
Text Example
Text Example
White with #7AFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFEDB; }
p { color: rgb(122,254,219); }
H1.HeaderClassName
{
color: #7AFEDB;
}
.AnyTagClassName
{
color: #7AFEDB;
}
</style>
background-color css
<style>
a { background-color: #7AFEDB; }
a { background-color: rgb(122,254,219); }
div.DivClassName
{
background-color: #7AFEDB;
}
.BgClassName
{
background-color: #7AFEDB;
}
</style>
border-color css
<style>
span { border-color: #7AFEDB; }
span { border-color: rgb(122,254,219); }
td.TdClassName
{
border-color: #7AFEDB;
}
.TagClassName
{
border-color: #7AFEDB;
}
</style>