Shades of Medium Aquamarine #7AD1A8
Tints of Medium Aquamarine #7AD1A8
RGB
CMYK
RGB Variations
Color information
#7AD1A8 (or 0x7AD1A8) is known color: Medium Aquamarine. HEX triplet: 7A, D1 and A8. RGB value is (122,209,168). Sum of RGB (Red+Green+Blue) = 122+209+168=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD1A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD1A8 is #852E57. Grayscale: #B2B2B2. Windows color (decimal): -8728152 or 11063674. OLE color: 11063674.
HSL color Cylindrical-coordinate representation of color #7AD1A8: hue angle of 151.72º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD1A8 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 209 | 168 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.18 |
| HSL | 151.72º | 0.49% | 0.65% | - |
| HSV(B) | 151.72º | 0.42% | 0.82% | - |
| XYZ | 37.89 | 52.57 | 45.19 | - |
| YUV | 178.31 | 122.18 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 209 | 168 | 0.42 | 0 | 0.20 | 0.18 | 151.72 | 0.49 | 0.65 |
| Hex | 7A | D1 | A8 | 2A | 0 | 14 | 12 | 98 | 31 | 41 |
| Octal | 172 | 321 | 250 | 52 | 0 | 24 | 22 | 230 | 61 | 101 |
| Binary | 1111010 | 11010001 | 10101000 | 101010 | 0 | 10100 | 10010 | 10011000 | 110001 | 1000001 |
Color Harmonies of #7AD1A8
Complementary color
Monochromatic Colors of #7AD1A8
Black with #7AD1A8
Text Example
Text Example
White with #7AD1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD1A8; }
p { color: rgb(122,209,168); }
H1.HeaderClassName
{
color: #7AD1A8;
}
.AnyTagClassName
{
color: #7AD1A8;
}
</style>
background-color css
<style>
a { background-color: #7AD1A8; }
a { background-color: rgb(122,209,168); }
div.DivClassName
{
background-color: #7AD1A8;
}
.BgClassName
{
background-color: #7AD1A8;
}
</style>
border-color css
<style>
span { border-color: #7AD1A8; }
span { border-color: rgb(122,209,168); }
td.TdClassName
{
border-color: #7AD1A8;
}
.TagClassName
{
border-color: #7AD1A8;
}
</style>