Shades of Medium Aquamarine #7AD4A7
Tints of Medium Aquamarine #7AD4A7
RGB
CMYK
RGB Variations
Color information
#7AD4A7 (or 0x7AD4A7) is known color: Medium Aquamarine. HEX triplet: 7A, D4 and A7. RGB value is (122,212,167). Sum of RGB (Red+Green+Blue) = 122+212+167=501 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.35% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 167 (65.62% from 255 or 33.33% from 501); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD4A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD4A7 is #852B58. Grayscale: #B4B4B4. Windows color (decimal): -8727385 or 10998906. OLE color: 10998906.
HSL color Cylindrical-coordinate representation of color #7AD4A7: hue angle of 150º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD4A7 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 212 | 167 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.17 |
| HSL | 150º | 0.51% | 0.65% | - |
| HSV(B) | 150º | 0.42% | 0.83% | - |
| XYZ | 38.54 | 54.01 | 44.95 | - |
| YUV | 179.96 | 120.68 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 212 | 167 | 0.42 | 0 | 0.21 | 0.17 | 150 | 0.51 | 0.65 |
| Hex | 7A | D4 | A7 | 2A | 0 | 15 | 11 | 96 | 33 | 41 |
| Octal | 172 | 324 | 247 | 52 | 0 | 25 | 21 | 226 | 63 | 101 |
| Binary | 1111010 | 11010100 | 10100111 | 101010 | 0 | 10101 | 10001 | 10010110 | 110011 | 1000001 |
Color Harmonies of #7AD4A7
Complementary color
Monochromatic Colors of #7AD4A7
Black with #7AD4A7
Text Example
Text Example
White with #7AD4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD4A7; }
p { color: rgb(122,212,167); }
H1.HeaderClassName
{
color: #7AD4A7;
}
.AnyTagClassName
{
color: #7AD4A7;
}
</style>
background-color css
<style>
a { background-color: #7AD4A7; }
a { background-color: rgb(122,212,167); }
div.DivClassName
{
background-color: #7AD4A7;
}
.BgClassName
{
background-color: #7AD4A7;
}
</style>
border-color css
<style>
span { border-color: #7AD4A7; }
span { border-color: rgb(122,212,167); }
td.TdClassName
{
border-color: #7AD4A7;
}
.TagClassName
{
border-color: #7AD4A7;
}
</style>