Shades of Aquamarine #7AFEC6
Tints of Aquamarine #7AFEC6
RGB
CMYK
RGB Variations
Color information
#7AFEC6 (or 0x7AFEC6) is known color: Aquamarine. HEX triplet: 7A, FE and C6. RGB value is (122,254,198). Sum of RGB (Red+Green+Blue) = 122+254+198=574 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.25% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFEC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFEC6 is #850139. Grayscale: #D0D0D0. Windows color (decimal): -8716602 or 13041274. OLE color: 13041274.
HSL color Cylindrical-coordinate representation of color #7AFEC6: hue angle of 154.55º 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 #7AFEC6 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 254 | 198 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.00 |
| HSL | 154.55º | 0.99% | 0.74% | - |
| HSV(B) | 154.55º | 0.52% | 1% | - |
| XYZ | 53.66 | 79.1 | 65.87 | - |
| YUV | 208.15 | 122.27 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 254 | 198 | 0.52 | 0 | 0.22 | 0.00 | 154.55 | 0.99 | 0.74 |
| Hex | 7A | FE | C6 | 34 | 0 | 16 | 0 | 9B | 63 | 4A |
| Octal | 172 | 376 | 306 | 64 | 0 | 26 | 0 | 233 | 143 | 112 |
| Binary | 1111010 | 11111110 | 11000110 | 110100 | 0 | 10110 | 0 | 10011011 | 1100011 | 1001010 |
Color Harmonies of #7AFEC6
Complementary color
Monochromatic Colors of #7AFEC6
Black with #7AFEC6
Text Example
Text Example
White with #7AFEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFEC6; }
p { color: rgb(122,254,198); }
H1.HeaderClassName
{
color: #7AFEC6;
}
.AnyTagClassName
{
color: #7AFEC6;
}
</style>
background-color css
<style>
a { background-color: #7AFEC6; }
a { background-color: rgb(122,254,198); }
div.DivClassName
{
background-color: #7AFEC6;
}
.BgClassName
{
background-color: #7AFEC6;
}
</style>
border-color css
<style>
span { border-color: #7AFEC6; }
span { border-color: rgb(122,254,198); }
td.TdClassName
{
border-color: #7AFEC6;
}
.TagClassName
{
border-color: #7AFEC6;
}
</style>