Shades of Acapulco #7AB49B
Tints of Acapulco #7AB49B
RGB
CMYK
RGB Variations
Color information
#7AB49B (or 0x7AB49B) is known color: Acapulco. HEX triplet: 7A, B4 and 9B. RGB value is (122,180,155). Sum of RGB (Red+Green+Blue) = 122+180+155=457 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.70% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB49B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB49B is #854B64. Grayscale: #9F9F9F. Windows color (decimal): -8735589 or 10204282. OLE color: 10204282.
HSL color Cylindrical-coordinate representation of color #7AB49B: hue angle of 154.14º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AB49B is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 155 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.29 |
| HSL | 154.14º | 0.28% | 0.59% | - |
| HSV(B) | 154.14º | 0.32% | 0.71% | - |
| XYZ | 30.26 | 39.15 | 36.97 | - |
| YUV | 159.81 | 125.28 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 155 | 0.32 | 0 | 0.14 | 0.29 | 154.14 | 0.28 | 0.59 |
| Hex | 7A | B4 | 9B | 20 | 0 | E | 1D | 9A | 1C | 3B |
| Octal | 172 | 264 | 233 | 40 | 0 | 16 | 35 | 232 | 34 | 73 |
| Binary | 1111010 | 10110100 | 10011011 | 100000 | 0 | 1110 | 11101 | 10011010 | 11100 | 111011 |
Color Harmonies of #7AB49B
Complementary color
Monochromatic Colors of #7AB49B
Black with #7AB49B
Text Example
Text Example
White with #7AB49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB49B; }
p { color: rgb(122,180,155); }
H1.HeaderClassName
{
color: #7AB49B;
}
.AnyTagClassName
{
color: #7AB49B;
}
</style>
background-color css
<style>
a { background-color: #7AB49B; }
a { background-color: rgb(122,180,155); }
div.DivClassName
{
background-color: #7AB49B;
}
.BgClassName
{
background-color: #7AB49B;
}
</style>
border-color css
<style>
span { border-color: #7AB49B; }
span { border-color: rgb(122,180,155); }
td.TdClassName
{
border-color: #7AB49B;
}
.TagClassName
{
border-color: #7AB49B;
}
</style>