Shades of Acapulco #7EA28E
Tints of Acapulco #7EA28E
RGB
CMYK
RGB Variations
Color information
#7EA28E (or 0x7EA28E) is known color: Acapulco. HEX triplet: 7E, A2 and 8E. RGB value is (126,162,142). Sum of RGB (Red+Green+Blue) = 126+162+142=430 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.30% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA28E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA28E is #815D71. Grayscale: #959595. Windows color (decimal): -8478066 or 9347710. OLE color: 9347710.
HSL color Cylindrical-coordinate representation of color #7EA28E: hue angle of 146.67º 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 #7EA28E is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 162 | 142 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.36 |
| HSL | 146.67º | 0.16% | 0.56% | - |
| HSV(B) | 146.67º | 0.22% | 0.64% | - |
| XYZ | 26.41 | 32.23 | 30.42 | - |
| YUV | 148.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 162 | 142 | 0.22 | 0 | 0.12 | 0.36 | 146.67 | 0.16 | 0.56 |
| Hex | 7E | A2 | 8E | 16 | 0 | C | 24 | 93 | 10 | 38 |
| Octal | 176 | 242 | 216 | 26 | 0 | 14 | 44 | 223 | 20 | 70 |
| Binary | 1111110 | 10100010 | 10001110 | 10110 | 0 | 1100 | 100100 | 10010011 | 10000 | 111000 |
Color Harmonies of #7EA28E
Complementary color
Monochromatic Colors of #7EA28E
Black with #7EA28E
Text Example
Text Example
White with #7EA28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA28E; }
p { color: rgb(126,162,142); }
H1.HeaderClassName
{
color: #7EA28E;
}
.AnyTagClassName
{
color: #7EA28E;
}
</style>
background-color css
<style>
a { background-color: #7EA28E; }
a { background-color: rgb(126,162,142); }
div.DivClassName
{
background-color: #7EA28E;
}
.BgClassName
{
background-color: #7EA28E;
}
</style>
border-color css
<style>
span { border-color: #7EA28E; }
span { border-color: rgb(126,162,142); }
td.TdClassName
{
border-color: #7EA28E;
}
.TagClassName
{
border-color: #7EA28E;
}
</style>