Shades of Aquamarine #7AFED2
Tints of Aquamarine #7AFED2
RGB
CMYK
RGB Variations
Color information
#7AFED2 (or 0x7AFED2) is known color: Aquamarine. HEX triplet: 7A, FE and D2. RGB value is (122,254,210). Sum of RGB (Red+Green+Blue) = 122+254+210=586 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.82% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFED2 is #85012D. Grayscale: #D1D1D1. Windows color (decimal): -8716590 or 13827706. OLE color: 13827706.
HSL color Cylindrical-coordinate representation of color #7AFED2: hue angle of 160º 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 #7AFED2 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 254 | 210 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.00 |
| HSL | 160º | 0.99% | 0.74% | - |
| HSV(B) | 160º | 0.52% | 1% | - |
| XYZ | 55.1 | 79.67 | 73.45 | - |
| YUV | 209.52 | 128.27 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 254 | 210 | 0.52 | 0 | 0.17 | 0.00 | 160 | 0.99 | 0.74 |
| Hex | 7A | FE | D2 | 34 | 0 | 11 | 0 | A0 | 63 | 4A |
| Octal | 172 | 376 | 322 | 64 | 0 | 21 | 0 | 240 | 143 | 112 |
| Binary | 1111010 | 11111110 | 11010010 | 110100 | 0 | 10001 | 0 | 10100000 | 1100011 | 1001010 |
Color Harmonies of #7AFED2
Complementary color
Monochromatic Colors of #7AFED2
Black with #7AFED2
Text Example
Text Example
White with #7AFED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFED2; }
p { color: rgb(122,254,210); }
H1.HeaderClassName
{
color: #7AFED2;
}
.AnyTagClassName
{
color: #7AFED2;
}
</style>
background-color css
<style>
a { background-color: #7AFED2; }
a { background-color: rgb(122,254,210); }
div.DivClassName
{
background-color: #7AFED2;
}
.BgClassName
{
background-color: #7AFED2;
}
</style>
border-color css
<style>
span { border-color: #7AFED2; }
span { border-color: rgb(122,254,210); }
td.TdClassName
{
border-color: #7AFED2;
}
.TagClassName
{
border-color: #7AFED2;
}
</style>