Shades of Medium Aquamarine #7AD7A4
Tints of Medium Aquamarine #7AD7A4
RGB
CMYK
RGB Variations
Color information
#7AD7A4 (or 0x7AD7A4) is known color: Medium Aquamarine. HEX triplet: 7A, D7 and A4. RGB value is (122,215,164). Sum of RGB (Red+Green+Blue) = 122+215+164=501 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.35% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #7AD7A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD7A4 is #85285B. Grayscale: #B5B5B5. Windows color (decimal): -8726620 or 10803066. OLE color: 10803066.
HSL color Cylindrical-coordinate representation of color #7AD7A4: hue angle of 147.1º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD7A4 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 215 | 164 | - |
| CMYK | 0.43 | 0 | 0.24 | 0.16 |
| HSL | 147.1º | 0.54% | 0.66% | - |
| HSV(B) | 147.1º | 0.43% | 0.84% | - |
| XYZ | 39.03 | 55.42 | 43.76 | - |
| YUV | 181.38 | 118.19 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 215 | 164 | 0.43 | 0 | 0.24 | 0.16 | 147.1 | 0.54 | 0.66 |
| Hex | 7A | D7 | A4 | 2B | 0 | 18 | 10 | 93 | 36 | 42 |
| Octal | 172 | 327 | 244 | 53 | 0 | 30 | 20 | 223 | 66 | 102 |
| Binary | 1111010 | 11010111 | 10100100 | 101011 | 0 | 11000 | 10000 | 10010011 | 110110 | 1000010 |
Color Harmonies of #7AD7A4
Complementary color
Monochromatic Colors of #7AD7A4
Black with #7AD7A4
Text Example
Text Example
White with #7AD7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD7A4; }
p { color: rgb(122,215,164); }
H1.HeaderClassName
{
color: #7AD7A4;
}
.AnyTagClassName
{
color: #7AD7A4;
}
</style>
background-color css
<style>
a { background-color: #7AD7A4; }
a { background-color: rgb(122,215,164); }
div.DivClassName
{
background-color: #7AD7A4;
}
.BgClassName
{
background-color: #7AD7A4;
}
</style>
border-color css
<style>
span { border-color: #7AD7A4; }
span { border-color: rgb(122,215,164); }
td.TdClassName
{
border-color: #7AD7A4;
}
.TagClassName
{
border-color: #7AD7A4;
}
</style>