Shades of Medium Aquamarine #7ACEAA
Tints of Medium Aquamarine #7ACEAA
RGB
CMYK
RGB Variations
Color information
#7ACEAA (or 0x7ACEAA) is known color: Medium Aquamarine. HEX triplet: 7A, CE and AA. RGB value is (122,206,170). Sum of RGB (Red+Green+Blue) = 122+206+170=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACEAA is #853155. Grayscale: #B0B0B0. Windows color (decimal): -8728918 or 11193978. OLE color: 11193978.
HSL color Cylindrical-coordinate representation of color #7ACEAA: hue angle of 154.29º 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 #7ACEAA is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 170 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.19 |
| HSL | 154.29º | 0.46% | 0.64% | - |
| HSV(B) | 154.29º | 0.41% | 0.81% | - |
| XYZ | 37.35 | 51.18 | 45.94 | - |
| YUV | 176.78 | 124.17 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 170 | 0.41 | 0 | 0.17 | 0.19 | 154.29 | 0.46 | 0.64 |
| Hex | 7A | CE | AA | 29 | 0 | 11 | 13 | 9A | 2E | 40 |
| Octal | 172 | 316 | 252 | 51 | 0 | 21 | 23 | 232 | 56 | 100 |
| Binary | 1111010 | 11001110 | 10101010 | 101001 | 0 | 10001 | 10011 | 10011010 | 101110 | 1000000 |
Color Harmonies of #7ACEAA
Complementary color
Monochromatic Colors of #7ACEAA
Black with #7ACEAA
Text Example
Text Example
White with #7ACEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACEAA; }
p { color: rgb(122,206,170); }
H1.HeaderClassName
{
color: #7ACEAA;
}
.AnyTagClassName
{
color: #7ACEAA;
}
</style>
background-color css
<style>
a { background-color: #7ACEAA; }
a { background-color: rgb(122,206,170); }
div.DivClassName
{
background-color: #7ACEAA;
}
.BgClassName
{
background-color: #7ACEAA;
}
</style>
border-color css
<style>
span { border-color: #7ACEAA; }
span { border-color: rgb(122,206,170); }
td.TdClassName
{
border-color: #7ACEAA;
}
.TagClassName
{
border-color: #7ACEAA;
}
</style>