Shades of Acapulco #7AA498
Tints of Acapulco #7AA498
RGB
CMYK
RGB Variations
Color information
#7AA498 (or 0x7AA498) is known color: Acapulco. HEX triplet: 7A, A4 and 98. RGB value is (122,164,152). Sum of RGB (Red+Green+Blue) = 122+164+152=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA498 is #855B67. Grayscale: #969696. Windows color (decimal): -8739688 or 10003578. OLE color: 10003578.
HSL color Cylindrical-coordinate representation of color #7AA498: hue angle of 162.86º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7AA498 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 164 | 152 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.36 |
| HSL | 162.86º | 0.19% | 0.56% | - |
| HSV(B) | 162.86º | 0.26% | 0.64% | - |
| XYZ | 26.97 | 32.96 | 34.65 | - |
| YUV | 150.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 152 | 0.26 | 0 | 0.07 | 0.36 | 162.86 | 0.19 | 0.56 |
| Hex | 7A | A4 | 98 | 1A | 0 | 7 | 24 | A3 | 13 | 38 |
| Octal | 172 | 244 | 230 | 32 | 0 | 7 | 44 | 243 | 23 | 70 |
| Binary | 1111010 | 10100100 | 10011000 | 11010 | 0 | 111 | 100100 | 10100011 | 10011 | 111000 |
Color Harmonies of #7AA498
Complementary color
Monochromatic Colors of #7AA498
Black with #7AA498
Text Example
Text Example
White with #7AA498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA498; }
p { color: rgb(122,164,152); }
H1.HeaderClassName
{
color: #7AA498;
}
.AnyTagClassName
{
color: #7AA498;
}
</style>
background-color css
<style>
a { background-color: #7AA498; }
a { background-color: rgb(122,164,152); }
div.DivClassName
{
background-color: #7AA498;
}
.BgClassName
{
background-color: #7AA498;
}
</style>
border-color css
<style>
span { border-color: #7AA498; }
span { border-color: rgb(122,164,152); }
td.TdClassName
{
border-color: #7AA498;
}
.TagClassName
{
border-color: #7AA498;
}
</style>