Shades of Acapulco #7AAA98
Tints of Acapulco #7AAA98
RGB
CMYK
RGB Variations
Color information
#7AAA98 (or 0x7AAA98) is known color: Acapulco. HEX triplet: 7A, AA and 98. RGB value is (122,170,152). Sum of RGB (Red+Green+Blue) = 122+170+152=444 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.48% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAA98 is #855567. Grayscale: #999999. Windows color (decimal): -8738152 or 10005114. OLE color: 10005114.
HSL color Cylindrical-coordinate representation of color #7AAA98: hue angle of 157.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 #7AAA98 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 152 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.33 |
| HSL | 157.5º | 0.22% | 0.57% | - |
| HSV(B) | 157.5º | 0.28% | 0.67% | - |
| XYZ | 28.07 | 35.15 | 35.01 | - |
| YUV | 153.6 | 127.1 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 152 | 0.28 | 0 | 0.11 | 0.33 | 157.5 | 0.22 | 0.57 |
| Hex | 7A | AA | 98 | 1C | 0 | B | 21 | 9E | 16 | 39 |
| Octal | 172 | 252 | 230 | 34 | 0 | 13 | 41 | 236 | 26 | 71 |
| Binary | 1111010 | 10101010 | 10011000 | 11100 | 0 | 1011 | 100001 | 10011110 | 10110 | 111001 |
Color Harmonies of #7AAA98
Complementary color
Monochromatic Colors of #7AAA98
Black with #7AAA98
Text Example
Text Example
White with #7AAA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA98; }
p { color: rgb(122,170,152); }
H1.HeaderClassName
{
color: #7AAA98;
}
.AnyTagClassName
{
color: #7AAA98;
}
</style>
background-color css
<style>
a { background-color: #7AAA98; }
a { background-color: rgb(122,170,152); }
div.DivClassName
{
background-color: #7AAA98;
}
.BgClassName
{
background-color: #7AAA98;
}
</style>
border-color css
<style>
span { border-color: #7AAA98; }
span { border-color: rgb(122,170,152); }
td.TdClassName
{
border-color: #7AAA98;
}
.TagClassName
{
border-color: #7AAA98;
}
</style>