Shades of Aquamarine #7AF8AF
Tints of Aquamarine #7AF8AF
RGB
CMYK
RGB Variations
Color information
#7AF8AF (or 0x7AF8AF) is known color: Aquamarine. HEX triplet: 7A, F8 and AF. RGB value is (122,248,175). Sum of RGB (Red+Green+Blue) = 122+248+175=545 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.39% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF8AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF8AF is #850750. Grayscale: #CACACA. Windows color (decimal): -8718161 or 11532410. OLE color: 11532410.
HSL color Cylindrical-coordinate representation of color #7AF8AF: hue angle of 145.24º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF8AF is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 248 | 175 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.03 |
| HSL | 145.24º | 0.9% | 0.73% | - |
| HSV(B) | 145.24º | 0.51% | 0.97% | - |
| XYZ | 49.33 | 74.37 | 52.31 | - |
| YUV | 202 | 112.76 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 175 | 0.51 | 0 | 0.29 | 0.03 | 145.24 | 0.9 | 0.73 |
| Hex | 7A | F8 | AF | 33 | 0 | 1D | 3 | 91 | 5A | 49 |
| Octal | 172 | 370 | 257 | 63 | 0 | 35 | 3 | 221 | 132 | 111 |
| Binary | 1111010 | 11111000 | 10101111 | 110011 | 0 | 11101 | 11 | 10010001 | 1011010 | 1001001 |
Color Harmonies of #7AF8AF
Complementary color
Monochromatic Colors of #7AF8AF
Black with #7AF8AF
Text Example
Text Example
White with #7AF8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF8AF; }
p { color: rgb(122,248,175); }
H1.HeaderClassName
{
color: #7AF8AF;
}
.AnyTagClassName
{
color: #7AF8AF;
}
</style>
background-color css
<style>
a { background-color: #7AF8AF; }
a { background-color: rgb(122,248,175); }
div.DivClassName
{
background-color: #7AF8AF;
}
.BgClassName
{
background-color: #7AF8AF;
}
</style>
border-color css
<style>
span { border-color: #7AF8AF; }
span { border-color: rgb(122,248,175); }
td.TdClassName
{
border-color: #7AF8AF;
}
.TagClassName
{
border-color: #7AF8AF;
}
</style>