Shades of Acapulco #7AAA93
Tints of Acapulco #7AAA93
RGB
CMYK
RGB Variations
Color information
#7AAA93 (or 0x7AAA93) is known color: Acapulco. HEX triplet: 7A, AA and 93. RGB value is (122,170,147). Sum of RGB (Red+Green+Blue) = 122+170+147=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAA93 is #85556C. Grayscale: #999999. Windows color (decimal): -8738157 or 9677434. OLE color: 9677434.
HSL color Cylindrical-coordinate representation of color #7AAA93: hue angle of 151.25º 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 #7AAA93 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 147 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.33 |
| HSL | 151.25º | 0.22% | 0.57% | - |
| HSV(B) | 151.25º | 0.28% | 0.67% | - |
| XYZ | 27.67 | 34.99 | 32.9 | - |
| YUV | 153.03 | 124.6 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 147 | 0.28 | 0 | 0.14 | 0.33 | 151.25 | 0.22 | 0.57 |
| Hex | 7A | AA | 93 | 1C | 0 | E | 21 | 97 | 16 | 39 |
| Octal | 172 | 252 | 223 | 34 | 0 | 16 | 41 | 227 | 26 | 71 |
| Binary | 1111010 | 10101010 | 10010011 | 11100 | 0 | 1110 | 100001 | 10010111 | 10110 | 111001 |
Color Harmonies of #7AAA93
Complementary color
Monochromatic Colors of #7AAA93
Black with #7AAA93
Text Example
Text Example
White with #7AAA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA93; }
p { color: rgb(122,170,147); }
H1.HeaderClassName
{
color: #7AAA93;
}
.AnyTagClassName
{
color: #7AAA93;
}
</style>
background-color css
<style>
a { background-color: #7AAA93; }
a { background-color: rgb(122,170,147); }
div.DivClassName
{
background-color: #7AAA93;
}
.BgClassName
{
background-color: #7AAA93;
}
</style>
border-color css
<style>
span { border-color: #7AAA93; }
span { border-color: rgb(122,170,147); }
td.TdClassName
{
border-color: #7AAA93;
}
.TagClassName
{
border-color: #7AAA93;
}
</style>