Shades of Aquamarine #7AFAE0
Tints of Aquamarine #7AFAE0
RGB
CMYK
RGB Variations
Color information
#7AFAE0 (or 0x7AFAE0) is known color: Aquamarine. HEX triplet: 7A, FA and E0. RGB value is (122,250,224). Sum of RGB (Red+Green+Blue) = 122+250+224=596 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.47% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFAE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFAE0 is #85051F. Grayscale: #D0D0D0. Windows color (decimal): -8717600 or 14744186. OLE color: 14744186.
HSL color Cylindrical-coordinate representation of color #7AFAE0: hue angle of 167.81º 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 #7AFAE0 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 224 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.02 |
| HSL | 167.81º | 0.93% | 0.73% | - |
| HSV(B) | 167.81º | 0.51% | 0.98% | - |
| XYZ | 55.67 | 77.89 | 82.62 | - |
| YUV | 208.76 | 136.59 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 224 | 0.51 | 0 | 0.10 | 0.02 | 167.81 | 0.93 | 0.73 |
| Hex | 7A | FA | E0 | 33 | 0 | A | 2 | A8 | 5D | 49 |
| Octal | 172 | 372 | 340 | 63 | 0 | 12 | 2 | 250 | 135 | 111 |
| Binary | 1111010 | 11111010 | 11100000 | 110011 | 0 | 1010 | 10 | 10101000 | 1011101 | 1001001 |
Color Harmonies of #7AFAE0
Complementary color
Monochromatic Colors of #7AFAE0
Black with #7AFAE0
Text Example
Text Example
White with #7AFAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFAE0; }
p { color: rgb(122,250,224); }
H1.HeaderClassName
{
color: #7AFAE0;
}
.AnyTagClassName
{
color: #7AFAE0;
}
</style>
background-color css
<style>
a { background-color: #7AFAE0; }
a { background-color: rgb(122,250,224); }
div.DivClassName
{
background-color: #7AFAE0;
}
.BgClassName
{
background-color: #7AFAE0;
}
</style>
border-color css
<style>
span { border-color: #7AFAE0; }
span { border-color: rgb(122,250,224); }
td.TdClassName
{
border-color: #7AFAE0;
}
.TagClassName
{
border-color: #7AFAE0;
}
</style>