Shades of Aquamarine #7AF2CF
Tints of Aquamarine #7AF2CF
RGB
CMYK
RGB Variations
Color information
#7AF2CF (or 0x7AF2CF) is known color: Aquamarine. HEX triplet: 7A, F2 and CF. RGB value is (122,242,207). Sum of RGB (Red+Green+Blue) = 122+242+207=571 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.37% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF2CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF2CF is #850D30. Grayscale: #CACACA. Windows color (decimal): -8719665 or 13628026. OLE color: 13628026.
HSL color Cylindrical-coordinate representation of color #7AF2CF: hue angle of 162.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 #7AF2CF is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 207 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.05 |
| HSL | 162.5º | 0.82% | 0.71% | - |
| HSV(B) | 162.5º | 0.5% | 0.95% | - |
| XYZ | 51.04 | 72.15 | 70.27 | - |
| YUV | 202.13 | 130.74 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 207 | 0.50 | 0 | 0.14 | 0.05 | 162.5 | 0.82 | 0.71 |
| Hex | 7A | F2 | CF | 32 | 0 | E | 5 | A2 | 52 | 47 |
| Octal | 172 | 362 | 317 | 62 | 0 | 16 | 5 | 242 | 122 | 107 |
| Binary | 1111010 | 11110010 | 11001111 | 110010 | 0 | 1110 | 101 | 10100010 | 1010010 | 1000111 |
Color Harmonies of #7AF2CF
Complementary color
Monochromatic Colors of #7AF2CF
Black with #7AF2CF
Text Example
Text Example
White with #7AF2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF2CF; }
p { color: rgb(122,242,207); }
H1.HeaderClassName
{
color: #7AF2CF;
}
.AnyTagClassName
{
color: #7AF2CF;
}
</style>
background-color css
<style>
a { background-color: #7AF2CF; }
a { background-color: rgb(122,242,207); }
div.DivClassName
{
background-color: #7AF2CF;
}
.BgClassName
{
background-color: #7AF2CF;
}
</style>
border-color css
<style>
span { border-color: #7AF2CF; }
span { border-color: rgb(122,242,207); }
td.TdClassName
{
border-color: #7AF2CF;
}
.TagClassName
{
border-color: #7AF2CF;
}
</style>