Shades of Aquamarine #7AFBE0
Tints of Aquamarine #7AFBE0
RGB
CMYK
RGB Variations
Color information
#7AFBE0 (or 0x7AFBE0) is known color: Aquamarine. HEX triplet: 7A, FB and E0. RGB value is (122,251,224). Sum of RGB (Red+Green+Blue) = 122+251+224=597 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.44% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 251 - color contains mainly: green. Hex color #7AFBE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFBE0 is #85041F. Grayscale: #D1D1D1. Windows color (decimal): -8717344 or 14744442. OLE color: 14744442.
HSL color Cylindrical-coordinate representation of color #7AFBE0: hue angle of 167.44º degrees, saturation: 0.94, 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 #7AFBE0 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 251 | 224 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.02 |
| HSL | 167.44º | 0.94% | 0.73% | - |
| HSV(B) | 167.44º | 0.51% | 0.98% | - |
| XYZ | 55.98 | 78.51 | 82.73 | - |
| YUV | 209.35 | 136.26 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 251 | 224 | 0.51 | 0 | 0.11 | 0.02 | 167.44 | 0.94 | 0.73 |
| Hex | 7A | FB | E0 | 33 | 0 | B | 2 | A7 | 5E | 49 |
| Octal | 172 | 373 | 340 | 63 | 0 | 13 | 2 | 247 | 136 | 111 |
| Binary | 1111010 | 11111011 | 11100000 | 110011 | 0 | 1011 | 10 | 10100111 | 1011110 | 1001001 |
Color Harmonies of #7AFBE0
Complementary color
Monochromatic Colors of #7AFBE0
Black with #7AFBE0
Text Example
Text Example
White with #7AFBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFBE0; }
p { color: rgb(122,251,224); }
H1.HeaderClassName
{
color: #7AFBE0;
}
.AnyTagClassName
{
color: #7AFBE0;
}
</style>
background-color css
<style>
a { background-color: #7AFBE0; }
a { background-color: rgb(122,251,224); }
div.DivClassName
{
background-color: #7AFBE0;
}
.BgClassName
{
background-color: #7AFBE0;
}
</style>
border-color css
<style>
span { border-color: #7AFBE0; }
span { border-color: rgb(122,251,224); }
td.TdClassName
{
border-color: #7AFBE0;
}
.TagClassName
{
border-color: #7AFBE0;
}
</style>