Shades of Aquamarine #7AFEDA
Tints of Aquamarine #7AFEDA
RGB
CMYK
RGB Variations
Color information
#7AFEDA (or 0x7AFEDA) is known color: Aquamarine. HEX triplet: 7A, FE and DA. RGB value is (122,254,218). Sum of RGB (Red+Green+Blue) = 122+254+218=594 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.54% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFEDA is #850125. Grayscale: #D2D2D2. Windows color (decimal): -8716582 or 14351994. OLE color: 14351994.
HSL color Cylindrical-coordinate representation of color #7AFEDA: hue angle of 163.64º 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 #7AFEDA is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 254 | 218 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.00 |
| HSL | 163.64º | 0.99% | 0.74% | - |
| HSV(B) | 163.64º | 0.52% | 1% | - |
| XYZ | 56.12 | 80.08 | 78.83 | - |
| YUV | 210.43 | 132.27 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 254 | 218 | 0.52 | 0 | 0.14 | 0.00 | 163.64 | 0.99 | 0.74 |
| Hex | 7A | FE | DA | 34 | 0 | E | 0 | A4 | 63 | 4A |
| Octal | 172 | 376 | 332 | 64 | 0 | 16 | 0 | 244 | 143 | 112 |
| Binary | 1111010 | 11111110 | 11011010 | 110100 | 0 | 1110 | 0 | 10100100 | 1100011 | 1001010 |
Color Harmonies of #7AFEDA
Complementary color
Monochromatic Colors of #7AFEDA
Black with #7AFEDA
Text Example
Text Example
White with #7AFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFEDA; }
p { color: rgb(122,254,218); }
H1.HeaderClassName
{
color: #7AFEDA;
}
.AnyTagClassName
{
color: #7AFEDA;
}
</style>
background-color css
<style>
a { background-color: #7AFEDA; }
a { background-color: rgb(122,254,218); }
div.DivClassName
{
background-color: #7AFEDA;
}
.BgClassName
{
background-color: #7AFEDA;
}
</style>
border-color css
<style>
span { border-color: #7AFEDA; }
span { border-color: rgb(122,254,218); }
td.TdClassName
{
border-color: #7AFEDA;
}
.TagClassName
{
border-color: #7AFEDA;
}
</style>