Shades of Aquamarine #7AFEC7
Tints of Aquamarine #7AFEC7
RGB
CMYK
RGB Variations
Color information
#7AFEC7 (or 0x7AFEC7) is known color: Aquamarine. HEX triplet: 7A, FE and C7. RGB value is (122,254,199). Sum of RGB (Red+Green+Blue) = 122+254+199=575 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.22% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFEC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFEC7 is #850138. Grayscale: #D0D0D0. Windows color (decimal): -8716601 or 13106810. OLE color: 13106810.
HSL color Cylindrical-coordinate representation of color #7AFEC7: hue angle of 155º 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 #7AFEC7 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 254 | 199 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.00 |
| HSL | 155º | 0.99% | 0.74% | - |
| HSV(B) | 155º | 0.52% | 1% | - |
| XYZ | 53.78 | 79.14 | 66.47 | - |
| YUV | 208.26 | 122.77 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 254 | 199 | 0.52 | 0 | 0.22 | 0.00 | 155 | 0.99 | 0.74 |
| Hex | 7A | FE | C7 | 34 | 0 | 16 | 0 | 9B | 63 | 4A |
| Octal | 172 | 376 | 307 | 64 | 0 | 26 | 0 | 233 | 143 | 112 |
| Binary | 1111010 | 11111110 | 11000111 | 110100 | 0 | 10110 | 0 | 10011011 | 1100011 | 1001010 |
Color Harmonies of #7AFEC7
Complementary color
Monochromatic Colors of #7AFEC7
Black with #7AFEC7
Text Example
Text Example
White with #7AFEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFEC7; }
p { color: rgb(122,254,199); }
H1.HeaderClassName
{
color: #7AFEC7;
}
.AnyTagClassName
{
color: #7AFEC7;
}
</style>
background-color css
<style>
a { background-color: #7AFEC7; }
a { background-color: rgb(122,254,199); }
div.DivClassName
{
background-color: #7AFEC7;
}
.BgClassName
{
background-color: #7AFEC7;
}
</style>
border-color css
<style>
span { border-color: #7AFEC7; }
span { border-color: rgb(122,254,199); }
td.TdClassName
{
border-color: #7AFEC7;
}
.TagClassName
{
border-color: #7AFEC7;
}
</style>