Shades of Aquamarine #7AFDB6
Tints of Aquamarine #7AFDB6
RGB
CMYK
RGB Variations
Color information
#7AFDB6 (or 0x7AFDB6) is known color: Aquamarine. HEX triplet: 7A, FD and B6. RGB value is (122,253,182). Sum of RGB (Red+Green+Blue) = 122+253+182=557 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.90% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #7AFDB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFDB6 is #850249. Grayscale: #CDCDCD. Windows color (decimal): -8716874 or 11992442. OLE color: 11992442.
HSL color Cylindrical-coordinate representation of color #7AFDB6: hue angle of 147.48º 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 #7AFDB6 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 253 | 182 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.01 |
| HSL | 147.48º | 0.97% | 0.74% | - |
| HSV(B) | 147.48º | 0.52% | 0.99% | - |
| XYZ | 51.59 | 77.77 | 56.55 | - |
| YUV | 205.74 | 114.6 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 253 | 182 | 0.52 | 0 | 0.28 | 0.01 | 147.48 | 0.97 | 0.74 |
| Hex | 7A | FD | B6 | 34 | 0 | 1C | 1 | 93 | 61 | 4A |
| Octal | 172 | 375 | 266 | 64 | 0 | 34 | 1 | 223 | 141 | 112 |
| Binary | 1111010 | 11111101 | 10110110 | 110100 | 0 | 11100 | 1 | 10010011 | 1100001 | 1001010 |
Color Harmonies of #7AFDB6
Complementary color
Monochromatic Colors of #7AFDB6
Black with #7AFDB6
Text Example
Text Example
White with #7AFDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFDB6; }
p { color: rgb(122,253,182); }
H1.HeaderClassName
{
color: #7AFDB6;
}
.AnyTagClassName
{
color: #7AFDB6;
}
</style>
background-color css
<style>
a { background-color: #7AFDB6; }
a { background-color: rgb(122,253,182); }
div.DivClassName
{
background-color: #7AFDB6;
}
.BgClassName
{
background-color: #7AFDB6;
}
</style>
border-color css
<style>
span { border-color: #7AFDB6; }
span { border-color: rgb(122,253,182); }
td.TdClassName
{
border-color: #7AFDB6;
}
.TagClassName
{
border-color: #7AFDB6;
}
</style>