Shades of Acapulco #7AAA94
Tints of Acapulco #7AAA94
RGB
CMYK
RGB Variations
Color information
#7AAA94 (or 0x7AAA94) is known color: Acapulco. HEX triplet: 7A, AA and 94. RGB value is (122,170,148). Sum of RGB (Red+Green+Blue) = 122+170+148=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAA94 is #85556B. Grayscale: #999999. Windows color (decimal): -8738156 or 9742970. OLE color: 9742970.
HSL color Cylindrical-coordinate representation of color #7AAA94: hue angle of 152.5º 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 #7AAA94 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 148 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.33 |
| HSL | 152.5º | 0.22% | 0.57% | - |
| HSV(B) | 152.5º | 0.28% | 0.67% | - |
| XYZ | 27.75 | 35.03 | 33.32 | - |
| YUV | 153.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 148 | 0.28 | 0 | 0.13 | 0.33 | 152.5 | 0.22 | 0.57 |
| Hex | 7A | AA | 94 | 1C | 0 | D | 21 | 98 | 16 | 39 |
| Octal | 172 | 252 | 224 | 34 | 0 | 15 | 41 | 230 | 26 | 71 |
| Binary | 1111010 | 10101010 | 10010100 | 11100 | 0 | 1101 | 100001 | 10011000 | 10110 | 111001 |
Color Harmonies of #7AAA94
Complementary color
Monochromatic Colors of #7AAA94
Black with #7AAA94
Text Example
Text Example
White with #7AAA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA94; }
p { color: rgb(122,170,148); }
H1.HeaderClassName
{
color: #7AAA94;
}
.AnyTagClassName
{
color: #7AAA94;
}
</style>
background-color css
<style>
a { background-color: #7AAA94; }
a { background-color: rgb(122,170,148); }
div.DivClassName
{
background-color: #7AAA94;
}
.BgClassName
{
background-color: #7AAA94;
}
</style>
border-color css
<style>
span { border-color: #7AAA94; }
span { border-color: rgb(122,170,148); }
td.TdClassName
{
border-color: #7AAA94;
}
.TagClassName
{
border-color: #7AAA94;
}
</style>