Shades of Acapulco #7AA48D
Tints of Acapulco #7AA48D
RGB
CMYK
RGB Variations
Color information
#7AA48D (or 0x7AA48D) is known color: Acapulco. HEX triplet: 7A, A4 and 8D. RGB value is (122,164,141). Sum of RGB (Red+Green+Blue) = 122+164+141=427 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.57% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA48D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA48D is #855B72. Grayscale: #949494. Windows color (decimal): -8739699 or 9282682. OLE color: 9282682.
HSL color Cylindrical-coordinate representation of color #7AA48D: hue angle of 147.14º 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 #7AA48D is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 164 | 141 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.36 |
| HSL | 147.14º | 0.19% | 0.56% | - |
| HSV(B) | 147.14º | 0.26% | 0.64% | - |
| XYZ | 26.11 | 32.61 | 30.12 | - |
| YUV | 148.82 | 123.59 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 141 | 0.26 | 0 | 0.14 | 0.36 | 147.14 | 0.19 | 0.56 |
| Hex | 7A | A4 | 8D | 1A | 0 | E | 24 | 93 | 13 | 38 |
| Octal | 172 | 244 | 215 | 32 | 0 | 16 | 44 | 223 | 23 | 70 |
| Binary | 1111010 | 10100100 | 10001101 | 11010 | 0 | 1110 | 100100 | 10010011 | 10011 | 111000 |
Color Harmonies of #7AA48D
Complementary color
Monochromatic Colors of #7AA48D
Black with #7AA48D
Text Example
Text Example
White with #7AA48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA48D; }
p { color: rgb(122,164,141); }
H1.HeaderClassName
{
color: #7AA48D;
}
.AnyTagClassName
{
color: #7AA48D;
}
</style>
background-color css
<style>
a { background-color: #7AA48D; }
a { background-color: rgb(122,164,141); }
div.DivClassName
{
background-color: #7AA48D;
}
.BgClassName
{
background-color: #7AA48D;
}
</style>
border-color css
<style>
span { border-color: #7AA48D; }
span { border-color: rgb(122,164,141); }
td.TdClassName
{
border-color: #7AA48D;
}
.TagClassName
{
border-color: #7AA48D;
}
</style>