Shades of Acapulco #7AA58E
Tints of Acapulco #7AA58E
RGB
CMYK
RGB Variations
Color information
#7AA58E (or 0x7AA58E) is known color: Acapulco. HEX triplet: 7A, A5 and 8E. RGB value is (122,165,142). Sum of RGB (Red+Green+Blue) = 122+165+142=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA58E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA58E is #855A71. Grayscale: #959595. Windows color (decimal): -8739442 or 9348474. OLE color: 9348474.
HSL color Cylindrical-coordinate representation of color #7AA58E: hue angle of 147.91º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7AA58E is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 165 | 142 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.35 |
| HSL | 147.91º | 0.19% | 0.56% | - |
| HSV(B) | 147.91º | 0.26% | 0.65% | - |
| XYZ | 26.36 | 33 | 30.57 | - |
| YUV | 149.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 165 | 142 | 0.26 | 0 | 0.14 | 0.35 | 147.91 | 0.19 | 0.56 |
| Hex | 7A | A5 | 8E | 1A | 0 | E | 23 | 94 | 13 | 38 |
| Octal | 172 | 245 | 216 | 32 | 0 | 16 | 43 | 224 | 23 | 70 |
| Binary | 1111010 | 10100101 | 10001110 | 11010 | 0 | 1110 | 100011 | 10010100 | 10011 | 111000 |
Color Harmonies of #7AA58E
Complementary color
Monochromatic Colors of #7AA58E
Black with #7AA58E
Text Example
Text Example
White with #7AA58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA58E; }
p { color: rgb(122,165,142); }
H1.HeaderClassName
{
color: #7AA58E;
}
.AnyTagClassName
{
color: #7AA58E;
}
</style>
background-color css
<style>
a { background-color: #7AA58E; }
a { background-color: rgb(122,165,142); }
div.DivClassName
{
background-color: #7AA58E;
}
.BgClassName
{
background-color: #7AA58E;
}
</style>
border-color css
<style>
span { border-color: #7AA58E; }
span { border-color: rgb(122,165,142); }
td.TdClassName
{
border-color: #7AA58E;
}
.TagClassName
{
border-color: #7AA58E;
}
</style>