Shades of Aquamarine #7AFFD1
Tints of Aquamarine #7AFFD1
RGB
CMYK
RGB Variations
Color information
#7AFFD1 (or 0x7AFFD1) is known color: Aquamarine. HEX triplet: 7A, FF and D1. RGB value is (122,255,209). Sum of RGB (Red+Green+Blue) = 122+255+209=586 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.82% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFFD1 is #85002E. Grayscale: #D2D2D2. Windows color (decimal): -8716335 or 13762426. OLE color: 13762426.
HSL color Cylindrical-coordinate representation of color #7AFFD1: hue angle of 159.25º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFFD1 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 209 | - |
| CMYK | 0.52 | 0 | 0.18 | 0 |
| HSL | 159.25º | 1% | 0.74% | - |
| HSV(B) | 159.25º | 0.52% | 1% | - |
| XYZ | 55.29 | 80.26 | 72.9 | - |
| YUV | 209.99 | 127.44 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 209 | 0.52 | 0 | 0.18 | 0 | 159.25 | 1 | 0.74 |
| Hex | 7A | FF | D1 | 34 | 0 | 12 | 0 | 9F | 64 | 4A |
| Octal | 172 | 377 | 321 | 64 | 0 | 22 | 0 | 237 | 144 | 112 |
| Binary | 1111010 | 11111111 | 11010001 | 110100 | 0 | 10010 | 0 | 10011111 | 1100100 | 1001010 |
Color Harmonies of #7AFFD1
Complementary color
Monochromatic Colors of #7AFFD1
Black with #7AFFD1
Text Example
Text Example
White with #7AFFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFFD1; }
p { color: rgb(122,255,209); }
H1.HeaderClassName
{
color: #7AFFD1;
}
.AnyTagClassName
{
color: #7AFFD1;
}
</style>
background-color css
<style>
a { background-color: #7AFFD1; }
a { background-color: rgb(122,255,209); }
div.DivClassName
{
background-color: #7AFFD1;
}
.BgClassName
{
background-color: #7AFFD1;
}
</style>
border-color css
<style>
span { border-color: #7AFFD1; }
span { border-color: rgb(122,255,209); }
td.TdClassName
{
border-color: #7AFFD1;
}
.TagClassName
{
border-color: #7AFFD1;
}
</style>