Shades of Acapulco #7EA591
Tints of Acapulco #7EA591
RGB
CMYK
RGB Variations
Color information
#7EA591 (or 0x7EA591) is known color: Acapulco. HEX triplet: 7E, A5 and 91. RGB value is (126,165,145). Sum of RGB (Red+Green+Blue) = 126+165+145=436 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.90% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA591 is #815A6E. Grayscale: #979797. Windows color (decimal): -8477295 or 9545086. OLE color: 9545086.
HSL color Cylindrical-coordinate representation of color #7EA591: hue angle of 149.23º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7EA591 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 165 | 145 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.35 |
| HSL | 149.23º | 0.18% | 0.57% | - |
| HSV(B) | 149.23º | 0.24% | 0.65% | - |
| XYZ | 27.17 | 33.39 | 31.8 | - |
| YUV | 151.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 165 | 145 | 0.24 | 0 | 0.12 | 0.35 | 149.23 | 0.18 | 0.57 |
| Hex | 7E | A5 | 91 | 18 | 0 | C | 23 | 95 | 12 | 39 |
| Octal | 176 | 245 | 221 | 30 | 0 | 14 | 43 | 225 | 22 | 71 |
| Binary | 1111110 | 10100101 | 10010001 | 11000 | 0 | 1100 | 100011 | 10010101 | 10010 | 111001 |
Color Harmonies of #7EA591
Complementary color
Monochromatic Colors of #7EA591
Black with #7EA591
Text Example
Text Example
White with #7EA591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA591; }
p { color: rgb(126,165,145); }
H1.HeaderClassName
{
color: #7EA591;
}
.AnyTagClassName
{
color: #7EA591;
}
</style>
background-color css
<style>
a { background-color: #7EA591; }
a { background-color: rgb(126,165,145); }
div.DivClassName
{
background-color: #7EA591;
}
.BgClassName
{
background-color: #7EA591;
}
</style>
border-color css
<style>
span { border-color: #7EA591; }
span { border-color: rgb(126,165,145); }
td.TdClassName
{
border-color: #7EA591;
}
.TagClassName
{
border-color: #7EA591;
}
</style>