Shades of Aquamarine #7AF7CE
Tints of Aquamarine #7AF7CE
RGB
CMYK
RGB Variations
Color information
#7AF7CE (or 0x7AF7CE) is known color: Aquamarine. HEX triplet: 7A, F7 and CE. RGB value is (122,247,206). Sum of RGB (Red+Green+Blue) = 122+247+206=575 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.22% from 575); Green value is 247 (96.88% from 255 or 42.96% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF7CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF7CE is #850831. Grayscale: #CCCCCC. Windows color (decimal): -8718386 or 13563770. OLE color: 13563770.
HSL color Cylindrical-coordinate representation of color #7AF7CE: hue angle of 160.32º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF7CE is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 247 | 206 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.03 |
| HSL | 160.32º | 0.89% | 0.72% | - |
| HSV(B) | 160.32º | 0.51% | 0.97% | - |
| XYZ | 52.43 | 75.12 | 70.13 | - |
| YUV | 204.95 | 128.59 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 247 | 206 | 0.51 | 0 | 0.17 | 0.03 | 160.32 | 0.89 | 0.72 |
| Hex | 7A | F7 | CE | 33 | 0 | 11 | 3 | A0 | 59 | 48 |
| Octal | 172 | 367 | 316 | 63 | 0 | 21 | 3 | 240 | 131 | 110 |
| Binary | 1111010 | 11110111 | 11001110 | 110011 | 0 | 10001 | 11 | 10100000 | 1011001 | 1001000 |
Color Harmonies of #7AF7CE
Complementary color
Monochromatic Colors of #7AF7CE
Black with #7AF7CE
Text Example
Text Example
White with #7AF7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF7CE; }
p { color: rgb(122,247,206); }
H1.HeaderClassName
{
color: #7AF7CE;
}
.AnyTagClassName
{
color: #7AF7CE;
}
</style>
background-color css
<style>
a { background-color: #7AF7CE; }
a { background-color: rgb(122,247,206); }
div.DivClassName
{
background-color: #7AF7CE;
}
.BgClassName
{
background-color: #7AF7CE;
}
</style>
border-color css
<style>
span { border-color: #7AF7CE; }
span { border-color: rgb(122,247,206); }
td.TdClassName
{
border-color: #7AF7CE;
}
.TagClassName
{
border-color: #7AF7CE;
}
</style>