Shades of Aquamarine #7AF6CE
Tints of Aquamarine #7AF6CE
RGB
CMYK
RGB Variations
Color information
#7AF6CE (or 0x7AF6CE) is known color: Aquamarine. HEX triplet: 7A, F6 and CE. RGB value is (122,246,206). Sum of RGB (Red+Green+Blue) = 122+246+206=574 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.25% from 574); Green value is 246 (96.48% from 255 or 42.86% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 246 - color contains mainly: green. Hex color #7AF6CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF6CE is #850931. Grayscale: #CCCCCC. Windows color (decimal): -8718642 or 13563514. OLE color: 13563514.
HSL color Cylindrical-coordinate representation of color #7AF6CE: hue angle of 160.65º degrees, saturation: 0.87, 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 #7AF6CE is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 246 | 206 | - |
| CMYK | 0.50 | 0 | 0.16 | 0.04 |
| HSL | 160.65º | 0.87% | 0.72% | - |
| HSV(B) | 160.65º | 0.5% | 0.96% | - |
| XYZ | 52.12 | 74.51 | 70.03 | - |
| YUV | 204.36 | 128.92 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 246 | 206 | 0.50 | 0 | 0.16 | 0.04 | 160.65 | 0.87 | 0.72 |
| Hex | 7A | F6 | CE | 32 | 0 | 10 | 4 | A1 | 57 | 48 |
| Octal | 172 | 366 | 316 | 62 | 0 | 20 | 4 | 241 | 127 | 110 |
| Binary | 1111010 | 11110110 | 11001110 | 110010 | 0 | 10000 | 100 | 10100001 | 1010111 | 1001000 |
Color Harmonies of #7AF6CE
Complementary color
Monochromatic Colors of #7AF6CE
Black with #7AF6CE
Text Example
Text Example
White with #7AF6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF6CE; }
p { color: rgb(122,246,206); }
H1.HeaderClassName
{
color: #7AF6CE;
}
.AnyTagClassName
{
color: #7AF6CE;
}
</style>
background-color css
<style>
a { background-color: #7AF6CE; }
a { background-color: rgb(122,246,206); }
div.DivClassName
{
background-color: #7AF6CE;
}
.BgClassName
{
background-color: #7AF6CE;
}
</style>
border-color css
<style>
span { border-color: #7AF6CE; }
span { border-color: rgb(122,246,206); }
td.TdClassName
{
border-color: #7AF6CE;
}
.TagClassName
{
border-color: #7AF6CE;
}
</style>