Shades of Aquamarine #7AFEC2
Tints of Aquamarine #7AFEC2
RGB
CMYK
RGB Variations
Color information
#7AFEC2 (or 0x7AFEC2) is known color: Aquamarine. HEX triplet: 7A, FE and C2. RGB value is (122,254,194). Sum of RGB (Red+Green+Blue) = 122+254+194=570 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.40% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFEC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFEC2 is #85013D. Grayscale: #CFCFCF. Windows color (decimal): -8716606 or 12779130. OLE color: 12779130.
HSL color Cylindrical-coordinate representation of color #7AFEC2: hue angle of 152.73º 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 #7AFEC2 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 254 | 194 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.00 |
| HSL | 152.73º | 0.99% | 0.74% | - |
| HSV(B) | 152.73º | 0.52% | 1% | - |
| XYZ | 53.21 | 78.92 | 63.47 | - |
| YUV | 207.69 | 120.27 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 254 | 194 | 0.52 | 0 | 0.24 | 0.00 | 152.73 | 0.99 | 0.74 |
| Hex | 7A | FE | C2 | 34 | 0 | 18 | 0 | 99 | 63 | 4A |
| Octal | 172 | 376 | 302 | 64 | 0 | 30 | 0 | 231 | 143 | 112 |
| Binary | 1111010 | 11111110 | 11000010 | 110100 | 0 | 11000 | 0 | 10011001 | 1100011 | 1001010 |
Color Harmonies of #7AFEC2
Complementary color
Monochromatic Colors of #7AFEC2
Black with #7AFEC2
Text Example
Text Example
White with #7AFEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFEC2; }
p { color: rgb(122,254,194); }
H1.HeaderClassName
{
color: #7AFEC2;
}
.AnyTagClassName
{
color: #7AFEC2;
}
</style>
background-color css
<style>
a { background-color: #7AFEC2; }
a { background-color: rgb(122,254,194); }
div.DivClassName
{
background-color: #7AFEC2;
}
.BgClassName
{
background-color: #7AFEC2;
}
</style>
border-color css
<style>
span { border-color: #7AFEC2; }
span { border-color: rgb(122,254,194); }
td.TdClassName
{
border-color: #7AFEC2;
}
.TagClassName
{
border-color: #7AFEC2;
}
</style>