Shades of Aquamarine #7AFAC1
Tints of Aquamarine #7AFAC1
RGB
CMYK
RGB Variations
Color information
#7AFAC1 (or 0x7AFAC1) is known color: Aquamarine. HEX triplet: 7A, FA and C1. RGB value is (122,250,193). Sum of RGB (Red+Green+Blue) = 122+250+193=565 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.59% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFAC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFAC1 is #85053E. Grayscale: #CDCDCD. Windows color (decimal): -8717631 or 12712570. OLE color: 12712570.
HSL color Cylindrical-coordinate representation of color #7AFAC1: hue angle of 153.28º 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 #7AFAC1 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 193 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.02 |
| HSL | 153.28º | 0.93% | 0.73% | - |
| HSV(B) | 153.28º | 0.51% | 0.98% | - |
| XYZ | 51.84 | 76.36 | 62.46 | - |
| YUV | 205.23 | 121.09 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 193 | 0.51 | 0 | 0.23 | 0.02 | 153.28 | 0.93 | 0.73 |
| Hex | 7A | FA | C1 | 33 | 0 | 17 | 2 | 99 | 5D | 49 |
| Octal | 172 | 372 | 301 | 63 | 0 | 27 | 2 | 231 | 135 | 111 |
| Binary | 1111010 | 11111010 | 11000001 | 110011 | 0 | 10111 | 10 | 10011001 | 1011101 | 1001001 |
Color Harmonies of #7AFAC1
Complementary color
Monochromatic Colors of #7AFAC1
Black with #7AFAC1
Text Example
Text Example
White with #7AFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFAC1; }
p { color: rgb(122,250,193); }
H1.HeaderClassName
{
color: #7AFAC1;
}
.AnyTagClassName
{
color: #7AFAC1;
}
</style>
background-color css
<style>
a { background-color: #7AFAC1; }
a { background-color: rgb(122,250,193); }
div.DivClassName
{
background-color: #7AFAC1;
}
.BgClassName
{
background-color: #7AFAC1;
}
</style>
border-color css
<style>
span { border-color: #7AFAC1; }
span { border-color: rgb(122,250,193); }
td.TdClassName
{
border-color: #7AFAC1;
}
.TagClassName
{
border-color: #7AFAC1;
}
</style>