Shades of Acapulco #7AAA96
Tints of Acapulco #7AAA96
RGB
CMYK
RGB Variations
Color information
#7AAA96 (or 0x7AAA96) is known color: Acapulco. HEX triplet: 7A, AA and 96. RGB value is (122,170,150). Sum of RGB (Red+Green+Blue) = 122+170+150=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAA96 is #855569. Grayscale: #999999. Windows color (decimal): -8738154 or 9874042. OLE color: 9874042.
HSL color Cylindrical-coordinate representation of color #7AAA96: hue angle of 155º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7AAA96 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 150 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.33 |
| HSL | 155º | 0.22% | 0.57% | - |
| HSV(B) | 155º | 0.28% | 0.67% | - |
| XYZ | 27.91 | 35.09 | 34.16 | - |
| YUV | 153.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 150 | 0.28 | 0 | 0.12 | 0.33 | 155 | 0.22 | 0.57 |
| Hex | 7A | AA | 96 | 1C | 0 | C | 21 | 9B | 16 | 39 |
| Octal | 172 | 252 | 226 | 34 | 0 | 14 | 41 | 233 | 26 | 71 |
| Binary | 1111010 | 10101010 | 10010110 | 11100 | 0 | 1100 | 100001 | 10011011 | 10110 | 111001 |
Color Harmonies of #7AAA96
Complementary color
Monochromatic Colors of #7AAA96
Black with #7AAA96
Text Example
Text Example
White with #7AAA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA96; }
p { color: rgb(122,170,150); }
H1.HeaderClassName
{
color: #7AAA96;
}
.AnyTagClassName
{
color: #7AAA96;
}
</style>
background-color css
<style>
a { background-color: #7AAA96; }
a { background-color: rgb(122,170,150); }
div.DivClassName
{
background-color: #7AAA96;
}
.BgClassName
{
background-color: #7AAA96;
}
</style>
border-color css
<style>
span { border-color: #7AAA96; }
span { border-color: rgb(122,170,150); }
td.TdClassName
{
border-color: #7AAA96;
}
.TagClassName
{
border-color: #7AAA96;
}
</style>