Shades of Acapulco #7AB19D
Tints of Acapulco #7AB19D
RGB
CMYK
RGB Variations
Color information
#7AB19D (or 0x7AB19D) is known color: Acapulco. HEX triplet: 7A, B1 and 9D. RGB value is (122,177,157). Sum of RGB (Red+Green+Blue) = 122+177+157=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB19D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AB19D is #854E62. Grayscale: #9E9E9E. Windows color (decimal): -8736355 or 10334586. OLE color: 10334586.
HSL color Cylindrical-coordinate representation of color #7AB19D: hue angle of 158.18º 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 #7AB19D is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 177 | 157 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.31 |
| HSL | 158.18º | 0.26% | 0.59% | - |
| HSV(B) | 158.18º | 0.31% | 0.69% | - |
| XYZ | 29.83 | 38.02 | 37.66 | - |
| YUV | 158.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 177 | 157 | 0.31 | 0 | 0.11 | 0.31 | 158.18 | 0.26 | 0.59 |
| Hex | 7A | B1 | 9D | 1F | 0 | B | 1F | 9E | 1A | 3B |
| Octal | 172 | 261 | 235 | 37 | 0 | 13 | 37 | 236 | 32 | 73 |
| Binary | 1111010 | 10110001 | 10011101 | 11111 | 0 | 1011 | 11111 | 10011110 | 11010 | 111011 |
Color Harmonies of #7AB19D
Complementary color
Monochromatic Colors of #7AB19D
Black with #7AB19D
Text Example
Text Example
White with #7AB19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB19D; }
p { color: rgb(122,177,157); }
H1.HeaderClassName
{
color: #7AB19D;
}
.AnyTagClassName
{
color: #7AB19D;
}
</style>
background-color css
<style>
a { background-color: #7AB19D; }
a { background-color: rgb(122,177,157); }
div.DivClassName
{
background-color: #7AB19D;
}
.BgClassName
{
background-color: #7AB19D;
}
</style>
border-color css
<style>
span { border-color: #7AB19D; }
span { border-color: rgb(122,177,157); }
td.TdClassName
{
border-color: #7AB19D;
}
.TagClassName
{
border-color: #7AB19D;
}
</style>