Shades of Aquamarine #7AFFAF
Tints of Aquamarine #7AFFAF
RGB
CMYK
RGB Variations
Color information
#7AFFAF (or 0x7AFFAF) is known color: Aquamarine. HEX triplet: 7A, FF and AF. RGB value is (122,255,175). Sum of RGB (Red+Green+Blue) = 122+255+175=552 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.10% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFFAF is #850050. Grayscale: #CECECE. Windows color (decimal): -8716369 or 11534202. OLE color: 11534202.
HSL color Cylindrical-coordinate representation of color #7AFFAF: hue angle of 143.91º 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 #7AFFAF is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 175 | - |
| CMYK | 0.52 | 0 | 0.31 | 0 |
| HSL | 143.91º | 1% | 0.74% | - |
| HSV(B) | 143.91º | 0.52% | 1% | - |
| XYZ | 51.52 | 78.75 | 53.04 | - |
| YUV | 206.11 | 110.44 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 175 | 0.52 | 0 | 0.31 | 0 | 143.91 | 1 | 0.74 |
| Hex | 7A | FF | AF | 34 | 0 | 1F | 0 | 90 | 64 | 4A |
| Octal | 172 | 377 | 257 | 64 | 0 | 37 | 0 | 220 | 144 | 112 |
| Binary | 1111010 | 11111111 | 10101111 | 110100 | 0 | 11111 | 0 | 10010000 | 1100100 | 1001010 |
Color Harmonies of #7AFFAF
Complementary color
Monochromatic Colors of #7AFFAF
Black with #7AFFAF
Text Example
Text Example
White with #7AFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFFAF; }
p { color: rgb(122,255,175); }
H1.HeaderClassName
{
color: #7AFFAF;
}
.AnyTagClassName
{
color: #7AFFAF;
}
</style>
background-color css
<style>
a { background-color: #7AFFAF; }
a { background-color: rgb(122,255,175); }
div.DivClassName
{
background-color: #7AFFAF;
}
.BgClassName
{
background-color: #7AFFAF;
}
</style>
border-color css
<style>
span { border-color: #7AFFAF; }
span { border-color: rgb(122,255,175); }
td.TdClassName
{
border-color: #7AFFAF;
}
.TagClassName
{
border-color: #7AFFAF;
}
</style>