Shades of Acapulco #7AB19E
Tints of Acapulco #7AB19E
RGB
CMYK
RGB Variations
Color information
#7AB19E (or 0x7AB19E) is known color: Acapulco. HEX triplet: 7A, B1 and 9E. RGB value is (122,177,158). Sum of RGB (Red+Green+Blue) = 122+177+158=457 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.70% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB19E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AB19E is #854E61. Grayscale: #9E9E9E. Windows color (decimal): -8736354 or 10400122. OLE color: 10400122.
HSL color Cylindrical-coordinate representation of color #7AB19E: hue angle of 159.27º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AB19E is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 177 | 158 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.31 |
| HSL | 159.27º | 0.26% | 0.59% | - |
| HSV(B) | 159.27º | 0.31% | 0.69% | - |
| XYZ | 29.92 | 38.05 | 38.12 | - |
| YUV | 158.39 | 127.78 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 177 | 158 | 0.31 | 0 | 0.11 | 0.31 | 159.27 | 0.26 | 0.59 |
| Hex | 7A | B1 | 9E | 1F | 0 | B | 1F | 9F | 1A | 3B |
| Octal | 172 | 261 | 236 | 37 | 0 | 13 | 37 | 237 | 32 | 73 |
| Binary | 1111010 | 10110001 | 10011110 | 11111 | 0 | 1011 | 11111 | 10011111 | 11010 | 111011 |
Color Harmonies of #7AB19E
Complementary color
Monochromatic Colors of #7AB19E
Black with #7AB19E
Text Example
Text Example
White with #7AB19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB19E; }
p { color: rgb(122,177,158); }
H1.HeaderClassName
{
color: #7AB19E;
}
.AnyTagClassName
{
color: #7AB19E;
}
</style>
background-color css
<style>
a { background-color: #7AB19E; }
a { background-color: rgb(122,177,158); }
div.DivClassName
{
background-color: #7AB19E;
}
.BgClassName
{
background-color: #7AB19E;
}
</style>
border-color css
<style>
span { border-color: #7AB19E; }
span { border-color: rgb(122,177,158); }
td.TdClassName
{
border-color: #7AB19E;
}
.TagClassName
{
border-color: #7AB19E;
}
</style>