Shades of Aquamarine #7AFADC
Tints of Aquamarine #7AFADC
RGB
CMYK
RGB Variations
Color information
#7AFADC (or 0x7AFADC) is known color: Aquamarine. HEX triplet: 7A, FA and DC. RGB value is (122,250,220). Sum of RGB (Red+Green+Blue) = 122+250+220=592 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.61% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFADC is #850523. Grayscale: #D0D0D0. Windows color (decimal): -8717604 or 14482042. OLE color: 14482042.
HSL color Cylindrical-coordinate representation of color #7AFADC: hue angle of 165.94º 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 #7AFADC is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 220 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.02 |
| HSL | 165.94º | 0.93% | 0.73% | - |
| HSV(B) | 165.94º | 0.51% | 0.98% | - |
| XYZ | 55.13 | 77.68 | 79.8 | - |
| YUV | 208.31 | 134.59 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 220 | 0.51 | 0 | 0.12 | 0.02 | 165.94 | 0.93 | 0.73 |
| Hex | 7A | FA | DC | 33 | 0 | C | 2 | A6 | 5D | 49 |
| Octal | 172 | 372 | 334 | 63 | 0 | 14 | 2 | 246 | 135 | 111 |
| Binary | 1111010 | 11111010 | 11011100 | 110011 | 0 | 1100 | 10 | 10100110 | 1011101 | 1001001 |
Color Harmonies of #7AFADC
Complementary color
Monochromatic Colors of #7AFADC
Black with #7AFADC
Text Example
Text Example
White with #7AFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFADC; }
p { color: rgb(122,250,220); }
H1.HeaderClassName
{
color: #7AFADC;
}
.AnyTagClassName
{
color: #7AFADC;
}
</style>
background-color css
<style>
a { background-color: #7AFADC; }
a { background-color: rgb(122,250,220); }
div.DivClassName
{
background-color: #7AFADC;
}
.BgClassName
{
background-color: #7AFADC;
}
</style>
border-color css
<style>
span { border-color: #7AFADC; }
span { border-color: rgb(122,250,220); }
td.TdClassName
{
border-color: #7AFADC;
}
.TagClassName
{
border-color: #7AFADC;
}
</style>