Shades of Aquamarine #7AFAE1
Tints of Aquamarine #7AFAE1
RGB
CMYK
RGB Variations
Color information
#7AFAE1 (or 0x7AFAE1) is known color: Aquamarine. HEX triplet: 7A, FA and E1. RGB value is (122,250,225). Sum of RGB (Red+Green+Blue) = 122+250+225=597 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.44% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFAE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFAE1 is #85051E. Grayscale: #D0D0D0. Windows color (decimal): -8717599 or 14809722. OLE color: 14809722.
HSL color Cylindrical-coordinate representation of color #7AFAE1: hue angle of 168.28º 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 #7AFAE1 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 225 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.02 |
| HSL | 168.28º | 0.93% | 0.73% | - |
| HSV(B) | 168.28º | 0.51% | 0.98% | - |
| XYZ | 55.8 | 77.95 | 83.34 | - |
| YUV | 208.88 | 137.09 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 225 | 0.51 | 0 | 0.10 | 0.02 | 168.28 | 0.93 | 0.73 |
| Hex | 7A | FA | E1 | 33 | 0 | A | 2 | A8 | 5D | 49 |
| Octal | 172 | 372 | 341 | 63 | 0 | 12 | 2 | 250 | 135 | 111 |
| Binary | 1111010 | 11111010 | 11100001 | 110011 | 0 | 1010 | 10 | 10101000 | 1011101 | 1001001 |
Color Harmonies of #7AFAE1
Complementary color
Monochromatic Colors of #7AFAE1
Black with #7AFAE1
Text Example
Text Example
White with #7AFAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFAE1; }
p { color: rgb(122,250,225); }
H1.HeaderClassName
{
color: #7AFAE1;
}
.AnyTagClassName
{
color: #7AFAE1;
}
</style>
background-color css
<style>
a { background-color: #7AFAE1; }
a { background-color: rgb(122,250,225); }
div.DivClassName
{
background-color: #7AFAE1;
}
.BgClassName
{
background-color: #7AFAE1;
}
</style>
border-color css
<style>
span { border-color: #7AFAE1; }
span { border-color: rgb(122,250,225); }
td.TdClassName
{
border-color: #7AFAE1;
}
.TagClassName
{
border-color: #7AFAE1;
}
</style>