Shades of Aquamarine #7AFDD9
Tints of Aquamarine #7AFDD9
RGB
CMYK
RGB Variations
Color information
#7AFDD9 (or 0x7AFDD9) is known color: Aquamarine. HEX triplet: 7A, FD and D9. RGB value is (122,253,217). Sum of RGB (Red+Green+Blue) = 122+253+217=592 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.61% from 592); Green value is 253 (99.22% from 255 or 42.74% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 253 - color contains mainly: green. Hex color #7AFDD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFDD9 is #850226. Grayscale: #D1D1D1. Windows color (decimal): -8716839 or 14286202. OLE color: 14286202.
HSL color Cylindrical-coordinate representation of color #7AFDD9: hue angle of 163.51º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFDD9 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 253 | 217 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.01 |
| HSL | 163.51º | 0.97% | 0.74% | - |
| HSV(B) | 163.51º | 0.52% | 0.99% | - |
| XYZ | 55.68 | 79.4 | 78.04 | - |
| YUV | 209.73 | 132.1 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 253 | 217 | 0.52 | 0 | 0.14 | 0.01 | 163.51 | 0.97 | 0.74 |
| Hex | 7A | FD | D9 | 34 | 0 | E | 1 | A4 | 61 | 4A |
| Octal | 172 | 375 | 331 | 64 | 0 | 16 | 1 | 244 | 141 | 112 |
| Binary | 1111010 | 11111101 | 11011001 | 110100 | 0 | 1110 | 1 | 10100100 | 1100001 | 1001010 |
Color Harmonies of #7AFDD9
Complementary color
Monochromatic Colors of #7AFDD9
Black with #7AFDD9
Text Example
Text Example
White with #7AFDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFDD9; }
p { color: rgb(122,253,217); }
H1.HeaderClassName
{
color: #7AFDD9;
}
.AnyTagClassName
{
color: #7AFDD9;
}
</style>
background-color css
<style>
a { background-color: #7AFDD9; }
a { background-color: rgb(122,253,217); }
div.DivClassName
{
background-color: #7AFDD9;
}
.BgClassName
{
background-color: #7AFDD9;
}
</style>
border-color css
<style>
span { border-color: #7AFDD9; }
span { border-color: rgb(122,253,217); }
td.TdClassName
{
border-color: #7AFDD9;
}
.TagClassName
{
border-color: #7AFDD9;
}
</style>