Shades of Aquamarine #7AF2C9
Tints of Aquamarine #7AF2C9
RGB
CMYK
RGB Variations
Color information
#7AF2C9 (or 0x7AF2C9) is known color: Aquamarine. HEX triplet: 7A, F2 and C9. RGB value is (122,242,201). Sum of RGB (Red+Green+Blue) = 122+242+201=565 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.59% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF2C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF2C9 is #850D36. Grayscale: #C9C9C9. Windows color (decimal): -8719671 or 13234810. OLE color: 13234810.
HSL color Cylindrical-coordinate representation of color #7AF2C9: hue angle of 159.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF2C9 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 201 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.05 |
| HSL | 159.5º | 0.82% | 0.71% | - |
| HSV(B) | 159.5º | 0.5% | 0.95% | - |
| XYZ | 50.32 | 71.86 | 66.48 | - |
| YUV | 201.45 | 127.74 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 201 | 0.50 | 0 | 0.17 | 0.05 | 159.5 | 0.82 | 0.71 |
| Hex | 7A | F2 | C9 | 32 | 0 | 11 | 5 | A0 | 52 | 47 |
| Octal | 172 | 362 | 311 | 62 | 0 | 21 | 5 | 240 | 122 | 107 |
| Binary | 1111010 | 11110010 | 11001001 | 110010 | 0 | 10001 | 101 | 10100000 | 1010010 | 1000111 |
Color Harmonies of #7AF2C9
Complementary color
Monochromatic Colors of #7AF2C9
Black with #7AF2C9
Text Example
Text Example
White with #7AF2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF2C9; }
p { color: rgb(122,242,201); }
H1.HeaderClassName
{
color: #7AF2C9;
}
.AnyTagClassName
{
color: #7AF2C9;
}
</style>
background-color css
<style>
a { background-color: #7AF2C9; }
a { background-color: rgb(122,242,201); }
div.DivClassName
{
background-color: #7AF2C9;
}
.BgClassName
{
background-color: #7AF2C9;
}
</style>
border-color css
<style>
span { border-color: #7AF2C9; }
span { border-color: rgb(122,242,201); }
td.TdClassName
{
border-color: #7AF2C9;
}
.TagClassName
{
border-color: #7AF2C9;
}
</style>