Shades of Acapulco #7EAC98
Tints of Acapulco #7EAC98
RGB
CMYK
RGB Variations
Color information
#7EAC98 (or 0x7EAC98) is known color: Acapulco. HEX triplet: 7E, AC and 98. RGB value is (126,172,152). Sum of RGB (Red+Green+Blue) = 126+172+152=450 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAC98 is #815367. Grayscale: #9B9B9B. Windows color (decimal): -8475496 or 10005630. OLE color: 10005630.
HSL color Cylindrical-coordinate representation of color #7EAC98: hue angle of 153.91º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7EAC98 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 172 | 152 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.33 |
| HSL | 153.91º | 0.22% | 0.58% | - |
| HSV(B) | 153.91º | 0.27% | 0.67% | - |
| XYZ | 29.02 | 36.21 | 35.16 | - |
| YUV | 155.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 172 | 152 | 0.27 | 0 | 0.12 | 0.33 | 153.91 | 0.22 | 0.58 |
| Hex | 7E | AC | 98 | 1B | 0 | C | 21 | 9A | 16 | 3A |
| Octal | 176 | 254 | 230 | 33 | 0 | 14 | 41 | 232 | 26 | 72 |
| Binary | 1111110 | 10101100 | 10011000 | 11011 | 0 | 1100 | 100001 | 10011010 | 10110 | 111010 |
Color Harmonies of #7EAC98
Complementary color
Monochromatic Colors of #7EAC98
Black with #7EAC98
Text Example
Text Example
White with #7EAC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAC98; }
p { color: rgb(126,172,152); }
H1.HeaderClassName
{
color: #7EAC98;
}
.AnyTagClassName
{
color: #7EAC98;
}
</style>
background-color css
<style>
a { background-color: #7EAC98; }
a { background-color: rgb(126,172,152); }
div.DivClassName
{
background-color: #7EAC98;
}
.BgClassName
{
background-color: #7EAC98;
}
</style>
border-color css
<style>
span { border-color: #7EAC98; }
span { border-color: rgb(126,172,152); }
td.TdClassName
{
border-color: #7EAC98;
}
.TagClassName
{
border-color: #7EAC98;
}
</style>