Shades of Aquamarine #7AFAC0
Tints of Aquamarine #7AFAC0
RGB
CMYK
RGB Variations
Color information
#7AFAC0 (or 0x7AFAC0) is known color: Aquamarine. HEX triplet: 7A, FA and C0. RGB value is (122,250,192). Sum of RGB (Red+Green+Blue) = 122+250+192=564 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.63% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFAC0 is #85053F. Grayscale: #CDCDCD. Windows color (decimal): -8717632 or 12647034. OLE color: 12647034.
HSL color Cylindrical-coordinate representation of color #7AFAC0: hue angle of 152.81º degrees, saturation: 0.93, 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 #7AFAC0 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 192 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.02 |
| HSL | 152.81º | 0.93% | 0.73% | - |
| HSV(B) | 152.81º | 0.51% | 0.98% | - |
| XYZ | 51.73 | 76.31 | 61.87 | - |
| YUV | 205.12 | 120.59 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 192 | 0.51 | 0 | 0.23 | 0.02 | 152.81 | 0.93 | 0.73 |
| Hex | 7A | FA | C0 | 33 | 0 | 17 | 2 | 99 | 5D | 49 |
| Octal | 172 | 372 | 300 | 63 | 0 | 27 | 2 | 231 | 135 | 111 |
| Binary | 1111010 | 11111010 | 11000000 | 110011 | 0 | 10111 | 10 | 10011001 | 1011101 | 1001001 |
Color Harmonies of #7AFAC0
Complementary color
Monochromatic Colors of #7AFAC0
Black with #7AFAC0
Text Example
Text Example
White with #7AFAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFAC0; }
p { color: rgb(122,250,192); }
H1.HeaderClassName
{
color: #7AFAC0;
}
.AnyTagClassName
{
color: #7AFAC0;
}
</style>
background-color css
<style>
a { background-color: #7AFAC0; }
a { background-color: rgb(122,250,192); }
div.DivClassName
{
background-color: #7AFAC0;
}
.BgClassName
{
background-color: #7AFAC0;
}
</style>
border-color css
<style>
span { border-color: #7AFAC0; }
span { border-color: rgb(122,250,192); }
td.TdClassName
{
border-color: #7AFAC0;
}
.TagClassName
{
border-color: #7AFAC0;
}
</style>