Shades of Acapulco #7EAA9A
Tints of Acapulco #7EAA9A
RGB
CMYK
RGB Variations
Color information
#7EAA9A (or 0x7EAA9A) is known color: Acapulco. HEX triplet: 7E, AA and 9A. RGB value is (126,170,154). Sum of RGB (Red+Green+Blue) = 126+170+154=450 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAA9A is #815565. Grayscale: #9B9B9B. Windows color (decimal): -8476006 or 10136190. OLE color: 10136190.
HSL color Cylindrical-coordinate representation of color #7EAA9A: hue angle of 158.18º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7EAA9A is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 170 | 154 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.33 |
| HSL | 158.18º | 0.21% | 0.58% | - |
| HSV(B) | 158.18º | 0.26% | 0.67% | - |
| XYZ | 28.81 | 35.52 | 35.91 | - |
| YUV | 155.02 | 127.42 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 170 | 154 | 0.26 | 0 | 0.09 | 0.33 | 158.18 | 0.21 | 0.58 |
| Hex | 7E | AA | 9A | 1A | 0 | 9 | 21 | 9E | 15 | 3A |
| Octal | 176 | 252 | 232 | 32 | 0 | 11 | 41 | 236 | 25 | 72 |
| Binary | 1111110 | 10101010 | 10011010 | 11010 | 0 | 1001 | 100001 | 10011110 | 10101 | 111010 |
Color Harmonies of #7EAA9A
Complementary color
Monochromatic Colors of #7EAA9A
Black with #7EAA9A
Text Example
Text Example
White with #7EAA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAA9A; }
p { color: rgb(126,170,154); }
H1.HeaderClassName
{
color: #7EAA9A;
}
.AnyTagClassName
{
color: #7EAA9A;
}
</style>
background-color css
<style>
a { background-color: #7EAA9A; }
a { background-color: rgb(126,170,154); }
div.DivClassName
{
background-color: #7EAA9A;
}
.BgClassName
{
background-color: #7EAA9A;
}
</style>
border-color css
<style>
span { border-color: #7EAA9A; }
span { border-color: rgb(126,170,154); }
td.TdClassName
{
border-color: #7EAA9A;
}
.TagClassName
{
border-color: #7EAA9A;
}
</style>