Shades of Medium Aquamarine #7ACEA0
Tints of Medium Aquamarine #7ACEA0
RGB
CMYK
RGB Variations
Color information
#7ACEA0 (or 0x7ACEA0) is known color: Medium Aquamarine. HEX triplet: 7A, CE and A0. RGB value is (122,206,160). Sum of RGB (Red+Green+Blue) = 122+206+160=488 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACEA0 is #85315F. Grayscale: #AFAFAF. Windows color (decimal): -8728928 or 10538618. OLE color: 10538618.
HSL color Cylindrical-coordinate representation of color #7ACEA0: hue angle of 147.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ACEA0 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 160 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.19 |
| HSL | 147.14º | 0.46% | 0.64% | - |
| HSV(B) | 147.14º | 0.41% | 0.81% | - |
| XYZ | 36.44 | 50.82 | 41.15 | - |
| YUV | 175.64 | 119.17 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 160 | 0.41 | 0 | 0.22 | 0.19 | 147.14 | 0.46 | 0.64 |
| Hex | 7A | CE | A0 | 29 | 0 | 16 | 13 | 93 | 2E | 40 |
| Octal | 172 | 316 | 240 | 51 | 0 | 26 | 23 | 223 | 56 | 100 |
| Binary | 1111010 | 11001110 | 10100000 | 101001 | 0 | 10110 | 10011 | 10010011 | 101110 | 1000000 |
Color Harmonies of #7ACEA0
Complementary color
Monochromatic Colors of #7ACEA0
Black with #7ACEA0
Text Example
Text Example
White with #7ACEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACEA0; }
p { color: rgb(122,206,160); }
H1.HeaderClassName
{
color: #7ACEA0;
}
.AnyTagClassName
{
color: #7ACEA0;
}
</style>
background-color css
<style>
a { background-color: #7ACEA0; }
a { background-color: rgb(122,206,160); }
div.DivClassName
{
background-color: #7ACEA0;
}
.BgClassName
{
background-color: #7ACEA0;
}
</style>
border-color css
<style>
span { border-color: #7ACEA0; }
span { border-color: rgb(122,206,160); }
td.TdClassName
{
border-color: #7ACEA0;
}
.TagClassName
{
border-color: #7ACEA0;
}
</style>