Shades of Acapulco #7EA196
Tints of Acapulco #7EA196
RGB
CMYK
RGB Variations
Color information
#7EA196 (or 0x7EA196) is known color: Acapulco. HEX triplet: 7E, A1 and 96. RGB value is (126,161,150). Sum of RGB (Red+Green+Blue) = 126+161+150=437 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.83% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA196 is #815E69. Grayscale: #959595. Windows color (decimal): -8478314 or 9871742. OLE color: 9871742.
HSL color Cylindrical-coordinate representation of color #7EA196: hue angle of 161.14º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7EA196 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 126 | 161 | 150 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.37 |
| HSL | 161.14º | 0.16% | 0.56% | - |
| HSV(B) | 161.14º | 0.22% | 0.63% | - |
| XYZ | 26.85 | 32.13 | 33.64 | - |
| YUV | 149.28 | 128.4 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 161 | 150 | 0.22 | 0 | 0.07 | 0.37 | 161.14 | 0.16 | 0.56 |
| Hex | 7E | A1 | 96 | 16 | 0 | 7 | 25 | A1 | 10 | 38 |
| Octal | 176 | 241 | 226 | 26 | 0 | 7 | 45 | 241 | 20 | 70 |
| Binary | 1111110 | 10100001 | 10010110 | 10110 | 0 | 111 | 100101 | 10100001 | 10000 | 111000 |
Color Harmonies of #7EA196
Complementary color
Monochromatic Colors of #7EA196
Black with #7EA196
Text Example
Text Example
White with #7EA196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA196; }
p { color: rgb(126,161,150); }
H1.HeaderClassName
{
color: #7EA196;
}
.AnyTagClassName
{
color: #7EA196;
}
</style>
background-color css
<style>
a { background-color: #7EA196; }
a { background-color: rgb(126,161,150); }
div.DivClassName
{
background-color: #7EA196;
}
.BgClassName
{
background-color: #7EA196;
}
</style>
border-color css
<style>
span { border-color: #7EA196; }
span { border-color: rgb(126,161,150); }
td.TdClassName
{
border-color: #7EA196;
}
.TagClassName
{
border-color: #7EA196;
}
</style>