Shades of Aquamarine #7AF5C7
Tints of Aquamarine #7AF5C7
RGB
CMYK
RGB Variations
Color information
#7AF5C7 (or 0x7AF5C7) is known color: Aquamarine. HEX triplet: 7A, F5 and C7. RGB value is (122,245,199). Sum of RGB (Red+Green+Blue) = 122+245+199=566 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.55% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 245 - color contains mainly: green. Hex color #7AF5C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF5C7 is #850A38. Grayscale: #CBCBCB. Windows color (decimal): -8718905 or 13104506. OLE color: 13104506.
HSL color Cylindrical-coordinate representation of color #7AF5C7: hue angle of 157.56º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF5C7 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 245 | 199 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.04 |
| HSL | 157.56º | 0.86% | 0.72% | - |
| HSV(B) | 157.56º | 0.5% | 0.96% | - |
| XYZ | 50.99 | 73.57 | 65.55 | - |
| YUV | 202.98 | 125.75 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 245 | 199 | 0.50 | 0 | 0.19 | 0.04 | 157.56 | 0.86 | 0.72 |
| Hex | 7A | F5 | C7 | 32 | 0 | 13 | 4 | 9E | 56 | 48 |
| Octal | 172 | 365 | 307 | 62 | 0 | 23 | 4 | 236 | 126 | 110 |
| Binary | 1111010 | 11110101 | 11000111 | 110010 | 0 | 10011 | 100 | 10011110 | 1010110 | 1001000 |
Color Harmonies of #7AF5C7
Complementary color
Monochromatic Colors of #7AF5C7
Black with #7AF5C7
Text Example
Text Example
White with #7AF5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF5C7; }
p { color: rgb(122,245,199); }
H1.HeaderClassName
{
color: #7AF5C7;
}
.AnyTagClassName
{
color: #7AF5C7;
}
</style>
background-color css
<style>
a { background-color: #7AF5C7; }
a { background-color: rgb(122,245,199); }
div.DivClassName
{
background-color: #7AF5C7;
}
.BgClassName
{
background-color: #7AF5C7;
}
</style>
border-color css
<style>
span { border-color: #7AF5C7; }
span { border-color: rgb(122,245,199); }
td.TdClassName
{
border-color: #7AF5C7;
}
.TagClassName
{
border-color: #7AF5C7;
}
</style>