Shades of Aquamarine #7AFAE8
Tints of Aquamarine #7AFAE8
RGB
CMYK
RGB Variations
Color information
#7AFAE8 (or 0x7AFAE8) is known color: Aquamarine. HEX triplet: 7A, FA and E8. RGB value is (122,250,232). Sum of RGB (Red+Green+Blue) = 122+250+232=604 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.20% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFAE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFAE8 is #850517. Grayscale: #D1D1D1. Windows color (decimal): -8717592 or 15268474. OLE color: 15268474.
HSL color Cylindrical-coordinate representation of color #7AFAE8: hue angle of 171.56º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AFAE8 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 232 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.02 |
| HSL | 171.56º | 0.93% | 0.73% | - |
| HSV(B) | 171.56º | 0.51% | 0.98% | - |
| XYZ | 56.78 | 78.33 | 88.47 | - |
| YUV | 209.68 | 140.59 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 232 | 0.51 | 0 | 0.07 | 0.02 | 171.56 | 0.93 | 0.73 |
| Hex | 7A | FA | E8 | 33 | 0 | 7 | 2 | AC | 5D | 49 |
| Octal | 172 | 372 | 350 | 63 | 0 | 7 | 2 | 254 | 135 | 111 |
| Binary | 1111010 | 11111010 | 11101000 | 110011 | 0 | 111 | 10 | 10101100 | 1011101 | 1001001 |
Color Harmonies of #7AFAE8
Complementary color
Monochromatic Colors of #7AFAE8
Black with #7AFAE8
Text Example
Text Example
White with #7AFAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFAE8; }
p { color: rgb(122,250,232); }
H1.HeaderClassName
{
color: #7AFAE8;
}
.AnyTagClassName
{
color: #7AFAE8;
}
</style>
background-color css
<style>
a { background-color: #7AFAE8; }
a { background-color: rgb(122,250,232); }
div.DivClassName
{
background-color: #7AFAE8;
}
.BgClassName
{
background-color: #7AFAE8;
}
</style>
border-color css
<style>
span { border-color: #7AFAE8; }
span { border-color: rgb(122,250,232); }
td.TdClassName
{
border-color: #7AFAE8;
}
.TagClassName
{
border-color: #7AFAE8;
}
</style>