Shades of Acapulco #7AB3A0
Tints of Acapulco #7AB3A0
RGB
CMYK
RGB Variations
Color information
#7AB3A0 (or 0x7AB3A0) is known color: Acapulco. HEX triplet: 7A, B3 and A0. RGB value is (122,179,160). Sum of RGB (Red+Green+Blue) = 122+179+160=461 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.46% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB3A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB3A0 is #854C5F. Grayscale: #9F9F9F. Windows color (decimal): -8735840 or 10531706. OLE color: 10531706.
HSL color Cylindrical-coordinate representation of color #7AB3A0: hue angle of 160º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AB3A0 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 179 | 160 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.30 |
| HSL | 160º | 0.27% | 0.59% | - |
| HSV(B) | 160º | 0.32% | 0.7% | - |
| XYZ | 30.49 | 38.92 | 39.16 | - |
| YUV | 159.79 | 128.12 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 160 | 0.32 | 0 | 0.11 | 0.30 | 160 | 0.27 | 0.59 |
| Hex | 7A | B3 | A0 | 20 | 0 | B | 1E | A0 | 1B | 3B |
| Octal | 172 | 263 | 240 | 40 | 0 | 13 | 36 | 240 | 33 | 73 |
| Binary | 1111010 | 10110011 | 10100000 | 100000 | 0 | 1011 | 11110 | 10100000 | 11011 | 111011 |
Color Harmonies of #7AB3A0
Complementary color
Monochromatic Colors of #7AB3A0
Black with #7AB3A0
Text Example
Text Example
White with #7AB3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB3A0; }
p { color: rgb(122,179,160); }
H1.HeaderClassName
{
color: #7AB3A0;
}
.AnyTagClassName
{
color: #7AB3A0;
}
</style>
background-color css
<style>
a { background-color: #7AB3A0; }
a { background-color: rgb(122,179,160); }
div.DivClassName
{
background-color: #7AB3A0;
}
.BgClassName
{
background-color: #7AB3A0;
}
</style>
border-color css
<style>
span { border-color: #7AB3A0; }
span { border-color: rgb(122,179,160); }
td.TdClassName
{
border-color: #7AB3A0;
}
.TagClassName
{
border-color: #7AB3A0;
}
</style>