Shades of Acapulco #7EA290
Tints of Acapulco #7EA290
RGB
CMYK
RGB Variations
Color information
#7EA290 (or 0x7EA290) is known color: Acapulco. HEX triplet: 7E, A2 and 90. RGB value is (126,162,144). Sum of RGB (Red+Green+Blue) = 126+162+144=432 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.17% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA290 is #815D6F. Grayscale: #959595. Windows color (decimal): -8478064 or 9478782. OLE color: 9478782.
HSL color Cylindrical-coordinate representation of color #7EA290: hue angle of 150º 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 #7EA290 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 162 | 144 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.36 |
| HSL | 150º | 0.16% | 0.56% | - |
| HSV(B) | 150º | 0.22% | 0.64% | - |
| XYZ | 26.56 | 32.29 | 31.22 | - |
| YUV | 149.18 | 125.07 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 162 | 144 | 0.22 | 0 | 0.11 | 0.36 | 150 | 0.16 | 0.56 |
| Hex | 7E | A2 | 90 | 16 | 0 | B | 24 | 96 | 10 | 38 |
| Octal | 176 | 242 | 220 | 26 | 0 | 13 | 44 | 226 | 20 | 70 |
| Binary | 1111110 | 10100010 | 10010000 | 10110 | 0 | 1011 | 100100 | 10010110 | 10000 | 111000 |
Color Harmonies of #7EA290
Complementary color
Monochromatic Colors of #7EA290
Black with #7EA290
Text Example
Text Example
White with #7EA290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA290; }
p { color: rgb(126,162,144); }
H1.HeaderClassName
{
color: #7EA290;
}
.AnyTagClassName
{
color: #7EA290;
}
</style>
background-color css
<style>
a { background-color: #7EA290; }
a { background-color: rgb(126,162,144); }
div.DivClassName
{
background-color: #7EA290;
}
.BgClassName
{
background-color: #7EA290;
}
</style>
border-color css
<style>
span { border-color: #7EA290; }
span { border-color: rgb(126,162,144); }
td.TdClassName
{
border-color: #7EA290;
}
.TagClassName
{
border-color: #7EA290;
}
</style>