Shades of Aquamarine #7AF2CA
Tints of Aquamarine #7AF2CA
RGB
CMYK
RGB Variations
Color information
#7AF2CA (or 0x7AF2CA) is known color: Aquamarine. HEX triplet: 7A, F2 and CA. RGB value is (122,242,202). Sum of RGB (Red+Green+Blue) = 122+242+202=566 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.55% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF2CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF2CA is #850D35. Grayscale: #C9C9C9. Windows color (decimal): -8719670 or 13300346. OLE color: 13300346.
HSL color Cylindrical-coordinate representation of color #7AF2CA: hue angle of 160º 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 #7AF2CA is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 202 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.05 |
| HSL | 160º | 0.82% | 0.71% | - |
| HSV(B) | 160º | 0.5% | 0.95% | - |
| XYZ | 50.44 | 71.91 | 67.1 | - |
| YUV | 201.56 | 128.24 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 202 | 0.50 | 0 | 0.17 | 0.05 | 160 | 0.82 | 0.71 |
| Hex | 7A | F2 | CA | 32 | 0 | 11 | 5 | A0 | 52 | 47 |
| Octal | 172 | 362 | 312 | 62 | 0 | 21 | 5 | 240 | 122 | 107 |
| Binary | 1111010 | 11110010 | 11001010 | 110010 | 0 | 10001 | 101 | 10100000 | 1010010 | 1000111 |
Color Harmonies of #7AF2CA
Complementary color
Monochromatic Colors of #7AF2CA
Black with #7AF2CA
Text Example
Text Example
White with #7AF2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF2CA; }
p { color: rgb(122,242,202); }
H1.HeaderClassName
{
color: #7AF2CA;
}
.AnyTagClassName
{
color: #7AF2CA;
}
</style>
background-color css
<style>
a { background-color: #7AF2CA; }
a { background-color: rgb(122,242,202); }
div.DivClassName
{
background-color: #7AF2CA;
}
.BgClassName
{
background-color: #7AF2CA;
}
</style>
border-color css
<style>
span { border-color: #7AF2CA; }
span { border-color: rgb(122,242,202); }
td.TdClassName
{
border-color: #7AF2CA;
}
.TagClassName
{
border-color: #7AF2CA;
}
</style>