Shades of Aquamarine #7AFAE7
Tints of Aquamarine #7AFAE7
RGB
CMYK
RGB Variations
Color information
#7AFAE7 (or 0x7AFAE7) is known color: Aquamarine. HEX triplet: 7A, FA and E7. RGB value is (122,250,231). Sum of RGB (Red+Green+Blue) = 122+250+231=603 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.23% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 231 (90.62% from 255 or 38.31% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFAE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFAE7 is #850518. Grayscale: #D1D1D1. Windows color (decimal): -8717593 or 15202938. OLE color: 15202938.
HSL color Cylindrical-coordinate representation of color #7AFAE7: hue angle of 171.09º 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 #7AFAE7 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 231 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.02 |
| HSL | 171.09º | 0.93% | 0.73% | - |
| HSV(B) | 171.09º | 0.51% | 0.98% | - |
| XYZ | 56.64 | 78.28 | 87.73 | - |
| YUV | 209.56 | 140.09 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 231 | 0.51 | 0 | 0.08 | 0.02 | 171.09 | 0.93 | 0.73 |
| Hex | 7A | FA | E7 | 33 | 0 | 8 | 2 | AB | 5D | 49 |
| Octal | 172 | 372 | 347 | 63 | 0 | 10 | 2 | 253 | 135 | 111 |
| Binary | 1111010 | 11111010 | 11100111 | 110011 | 0 | 1000 | 10 | 10101011 | 1011101 | 1001001 |
Color Harmonies of #7AFAE7
Complementary color
Monochromatic Colors of #7AFAE7
Black with #7AFAE7
Text Example
Text Example
White with #7AFAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFAE7; }
p { color: rgb(122,250,231); }
H1.HeaderClassName
{
color: #7AFAE7;
}
.AnyTagClassName
{
color: #7AFAE7;
}
</style>
background-color css
<style>
a { background-color: #7AFAE7; }
a { background-color: rgb(122,250,231); }
div.DivClassName
{
background-color: #7AFAE7;
}
.BgClassName
{
background-color: #7AFAE7;
}
</style>
border-color css
<style>
span { border-color: #7AFAE7; }
span { border-color: rgb(122,250,231); }
td.TdClassName
{
border-color: #7AFAE7;
}
.TagClassName
{
border-color: #7AFAE7;
}
</style>