Shades of Aquamarine #7AF9CA
Tints of Aquamarine #7AF9CA
RGB
CMYK
RGB Variations
Color information
#7AF9CA (or 0x7AF9CA) is known color: Aquamarine. HEX triplet: 7A, F9 and CA. RGB value is (122,249,202). Sum of RGB (Red+Green+Blue) = 122+249+202=573 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.29% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF9CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF9CA is #850635. Grayscale: #CDCDCD. Windows color (decimal): -8717878 or 13302138. OLE color: 13302138.
HSL color Cylindrical-coordinate representation of color #7AF9CA: hue angle of 157.8º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF9CA is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 249 | 202 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.02 |
| HSL | 157.8º | 0.91% | 0.73% | - |
| HSV(B) | 157.8º | 0.51% | 0.98% | - |
| XYZ | 52.56 | 76.15 | 67.81 | - |
| YUV | 205.67 | 125.92 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 249 | 202 | 0.51 | 0 | 0.19 | 0.02 | 157.8 | 0.91 | 0.73 |
| Hex | 7A | F9 | CA | 33 | 0 | 13 | 2 | 9E | 5B | 49 |
| Octal | 172 | 371 | 312 | 63 | 0 | 23 | 2 | 236 | 133 | 111 |
| Binary | 1111010 | 11111001 | 11001010 | 110011 | 0 | 10011 | 10 | 10011110 | 1011011 | 1001001 |
Color Harmonies of #7AF9CA
Complementary color
Monochromatic Colors of #7AF9CA
Black with #7AF9CA
Text Example
Text Example
White with #7AF9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF9CA; }
p { color: rgb(122,249,202); }
H1.HeaderClassName
{
color: #7AF9CA;
}
.AnyTagClassName
{
color: #7AF9CA;
}
</style>
background-color css
<style>
a { background-color: #7AF9CA; }
a { background-color: rgb(122,249,202); }
div.DivClassName
{
background-color: #7AF9CA;
}
.BgClassName
{
background-color: #7AF9CA;
}
</style>
border-color css
<style>
span { border-color: #7AF9CA; }
span { border-color: rgb(122,249,202); }
td.TdClassName
{
border-color: #7AF9CA;
}
.TagClassName
{
border-color: #7AF9CA;
}
</style>