Shades of Acapulco #7EA28F
Tints of Acapulco #7EA28F
RGB
CMYK
RGB Variations
Color information
#7EA28F (or 0x7EA28F) is known color: Acapulco. HEX triplet: 7E, A2 and 8F. RGB value is (126,162,143). Sum of RGB (Red+Green+Blue) = 126+162+143=431 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.23% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA28F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA28F is #815D70. Grayscale: #959595. Windows color (decimal): -8478065 or 9413246. OLE color: 9413246.
HSL color Cylindrical-coordinate representation of color #7EA28F: hue angle of 148.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7EA28F is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 162 | 143 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.36 |
| HSL | 148.33º | 0.16% | 0.56% | - |
| HSV(B) | 148.33º | 0.22% | 0.64% | - |
| XYZ | 26.48 | 32.26 | 30.82 | - |
| YUV | 149.07 | 124.57 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 162 | 143 | 0.22 | 0 | 0.12 | 0.36 | 148.33 | 0.16 | 0.56 |
| Hex | 7E | A2 | 8F | 16 | 0 | C | 24 | 94 | 10 | 38 |
| Octal | 176 | 242 | 217 | 26 | 0 | 14 | 44 | 224 | 20 | 70 |
| Binary | 1111110 | 10100010 | 10001111 | 10110 | 0 | 1100 | 100100 | 10010100 | 10000 | 111000 |
Color Harmonies of #7EA28F
Complementary color
Monochromatic Colors of #7EA28F
Black with #7EA28F
Text Example
Text Example
White with #7EA28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA28F; }
p { color: rgb(126,162,143); }
H1.HeaderClassName
{
color: #7EA28F;
}
.AnyTagClassName
{
color: #7EA28F;
}
</style>
background-color css
<style>
a { background-color: #7EA28F; }
a { background-color: rgb(126,162,143); }
div.DivClassName
{
background-color: #7EA28F;
}
.BgClassName
{
background-color: #7EA28F;
}
</style>
border-color css
<style>
span { border-color: #7EA28F; }
span { border-color: rgb(126,162,143); }
td.TdClassName
{
border-color: #7EA28F;
}
.TagClassName
{
border-color: #7EA28F;
}
</style>