Shades of Medium Aquamarine #7AC7A4
Tints of Medium Aquamarine #7AC7A4
RGB
CMYK
RGB Variations
Color information
#7AC7A4 (or 0x7AC7A4) is known color: Medium Aquamarine. HEX triplet: 7A, C7 and A4. RGB value is (122,199,164). Sum of RGB (Red+Green+Blue) = 122+199+164=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 199 - color contains mainly: green. Hex color #7AC7A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC7A4 is #85385B. Grayscale: #ACACAC. Windows color (decimal): -8730716 or 10798970. OLE color: 10798970.
HSL color Cylindrical-coordinate representation of color #7AC7A4: hue angle of 152.73º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7AC7A4 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 199 | 164 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.22 |
| HSL | 152.73º | 0.41% | 0.63% | - |
| HSV(B) | 152.73º | 0.39% | 0.78% | - |
| XYZ | 35.15 | 47.66 | 42.47 | - |
| YUV | 171.99 | 123.49 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 199 | 164 | 0.39 | 0 | 0.18 | 0.22 | 152.73 | 0.41 | 0.63 |
| Hex | 7A | C7 | A4 | 27 | 0 | 12 | 16 | 99 | 29 | 3F |
| Octal | 172 | 307 | 244 | 47 | 0 | 22 | 26 | 231 | 51 | 77 |
| Binary | 1111010 | 11000111 | 10100100 | 100111 | 0 | 10010 | 10110 | 10011001 | 101001 | 111111 |
Color Harmonies of #7AC7A4
Complementary color
Monochromatic Colors of #7AC7A4
Black with #7AC7A4
Text Example
Text Example
White with #7AC7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC7A4; }
p { color: rgb(122,199,164); }
H1.HeaderClassName
{
color: #7AC7A4;
}
.AnyTagClassName
{
color: #7AC7A4;
}
</style>
background-color css
<style>
a { background-color: #7AC7A4; }
a { background-color: rgb(122,199,164); }
div.DivClassName
{
background-color: #7AC7A4;
}
.BgClassName
{
background-color: #7AC7A4;
}
</style>
border-color css
<style>
span { border-color: #7AC7A4; }
span { border-color: rgb(122,199,164); }
td.TdClassName
{
border-color: #7AC7A4;
}
.TagClassName
{
border-color: #7AC7A4;
}
</style>