Shades of Acapulco #7EA698
Tints of Acapulco #7EA698
RGB
CMYK
RGB Variations
Color information
#7EA698 (or 0x7EA698) is known color: Acapulco. HEX triplet: 7E, A6 and 98. RGB value is (126,166,152). Sum of RGB (Red+Green+Blue) = 126+166+152=444 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.38% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 166 - color contains mainly: green. Hex color #7EA698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA698 is #815967. Grayscale: #989898. Windows color (decimal): -8477032 or 10004094. OLE color: 10004094.
HSL color Cylindrical-coordinate representation of color #7EA698: hue angle of 159º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7EA698 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 166 | 152 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.35 |
| HSL | 159º | 0.18% | 0.57% | - |
| HSV(B) | 159º | 0.24% | 0.65% | - |
| XYZ | 27.91 | 33.98 | 34.79 | - |
| YUV | 152.44 | 127.75 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 166 | 152 | 0.24 | 0 | 0.08 | 0.35 | 159 | 0.18 | 0.57 |
| Hex | 7E | A6 | 98 | 18 | 0 | 8 | 23 | 9F | 12 | 39 |
| Octal | 176 | 246 | 230 | 30 | 0 | 10 | 43 | 237 | 22 | 71 |
| Binary | 1111110 | 10100110 | 10011000 | 11000 | 0 | 1000 | 100011 | 10011111 | 10010 | 111001 |
Color Harmonies of #7EA698
Complementary color
Monochromatic Colors of #7EA698
Black with #7EA698
Text Example
Text Example
White with #7EA698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA698; }
p { color: rgb(126,166,152); }
H1.HeaderClassName
{
color: #7EA698;
}
.AnyTagClassName
{
color: #7EA698;
}
</style>
background-color css
<style>
a { background-color: #7EA698; }
a { background-color: rgb(126,166,152); }
div.DivClassName
{
background-color: #7EA698;
}
.BgClassName
{
background-color: #7EA698;
}
</style>
border-color css
<style>
span { border-color: #7EA698; }
span { border-color: rgb(126,166,152); }
td.TdClassName
{
border-color: #7EA698;
}
.TagClassName
{
border-color: #7EA698;
}
</style>