Shades of Acapulco #7AAC95
Tints of Acapulco #7AAC95
RGB
CMYK
RGB Variations
Color information
#7AAC95 (or 0x7AAC95) is known color: Acapulco. HEX triplet: 7A, AC and 95. RGB value is (122,172,149). Sum of RGB (Red+Green+Blue) = 122+172+149=443 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.54% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAC95 is #85536A. Grayscale: #9A9A9A. Windows color (decimal): -8737643 or 9809018. OLE color: 9809018.
HSL color Cylindrical-coordinate representation of color #7AAC95: hue angle of 152.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AAC95 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 172 | 149 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.33 |
| HSL | 152.4º | 0.23% | 0.58% | - |
| HSV(B) | 152.4º | 0.29% | 0.67% | - |
| XYZ | 28.2 | 35.81 | 33.86 | - |
| YUV | 154.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 149 | 0.29 | 0 | 0.13 | 0.33 | 152.4 | 0.23 | 0.58 |
| Hex | 7A | AC | 95 | 1D | 0 | D | 21 | 98 | 17 | 3A |
| Octal | 172 | 254 | 225 | 35 | 0 | 15 | 41 | 230 | 27 | 72 |
| Binary | 1111010 | 10101100 | 10010101 | 11101 | 0 | 1101 | 100001 | 10011000 | 10111 | 111010 |
Color Harmonies of #7AAC95
Complementary color
Monochromatic Colors of #7AAC95
Black with #7AAC95
Text Example
Text Example
White with #7AAC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAC95; }
p { color: rgb(122,172,149); }
H1.HeaderClassName
{
color: #7AAC95;
}
.AnyTagClassName
{
color: #7AAC95;
}
</style>
background-color css
<style>
a { background-color: #7AAC95; }
a { background-color: rgb(122,172,149); }
div.DivClassName
{
background-color: #7AAC95;
}
.BgClassName
{
background-color: #7AAC95;
}
</style>
border-color css
<style>
span { border-color: #7AAC95; }
span { border-color: rgb(122,172,149); }
td.TdClassName
{
border-color: #7AAC95;
}
.TagClassName
{
border-color: #7AAC95;
}
</style>