Shades of Aquamarine #7AFFE2
Tints of Aquamarine #7AFFE2
RGB
CMYK
RGB Variations
Color information
#7AFFE2 (or 0x7AFFE2) is known color: Aquamarine. HEX triplet: 7A, FF and E2. RGB value is (122,255,226). Sum of RGB (Red+Green+Blue) = 122+255+226=603 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.23% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFFE2 is #85001D. Grayscale: #D3D3D3. Windows color (decimal): -8716318 or 14876538. OLE color: 14876538.
HSL color Cylindrical-coordinate representation of color #7AFFE2: hue angle of 166.92º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFFE2 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 226 | - |
| CMYK | 0.52 | 0 | 0.11 | 0 |
| HSL | 166.92º | 1% | 0.74% | - |
| HSV(B) | 166.92º | 0.52% | 1% | - |
| XYZ | 57.51 | 81.15 | 84.58 | - |
| YUV | 211.93 | 135.94 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 226 | 0.52 | 0 | 0.11 | 0 | 166.92 | 1 | 0.74 |
| Hex | 7A | FF | E2 | 34 | 0 | B | 0 | A7 | 64 | 4A |
| Octal | 172 | 377 | 342 | 64 | 0 | 13 | 0 | 247 | 144 | 112 |
| Binary | 1111010 | 11111111 | 11100010 | 110100 | 0 | 1011 | 0 | 10100111 | 1100100 | 1001010 |
Color Harmonies of #7AFFE2
Complementary color
Monochromatic Colors of #7AFFE2
Black with #7AFFE2
Text Example
Text Example
White with #7AFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFFE2; }
p { color: rgb(122,255,226); }
H1.HeaderClassName
{
color: #7AFFE2;
}
.AnyTagClassName
{
color: #7AFFE2;
}
</style>
background-color css
<style>
a { background-color: #7AFFE2; }
a { background-color: rgb(122,255,226); }
div.DivClassName
{
background-color: #7AFFE2;
}
.BgClassName
{
background-color: #7AFFE2;
}
</style>
border-color css
<style>
span { border-color: #7AFFE2; }
span { border-color: rgb(122,255,226); }
td.TdClassName
{
border-color: #7AFFE2;
}
.TagClassName
{
border-color: #7AFFE2;
}
</style>