Shades of Acapulco #7BAC9B
Tints of Acapulco #7BAC9B
RGB
CMYK
RGB Variations
Color information
#7BAC9B (or 0x7BAC9B) is known color: Acapulco. HEX triplet: 7B, AC and 9B. RGB value is (123,172,155). Sum of RGB (Red+Green+Blue) = 123+172+155=450 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.33% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAC9B is #845364. Grayscale: #9B9B9B. Windows color (decimal): -8672101 or 10202235. OLE color: 10202235.
HSL color Cylindrical-coordinate representation of color #7BAC9B: hue angle of 159.18º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAC9B is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 155 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.33 |
| HSL | 159.18º | 0.23% | 0.58% | - |
| HSV(B) | 159.18º | 0.28% | 0.67% | - |
| XYZ | 28.84 | 36.08 | 36.46 | - |
| YUV | 155.41 | 127.77 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 155 | 0.28 | 0 | 0.10 | 0.33 | 159.18 | 0.23 | 0.58 |
| Hex | 7B | AC | 9B | 1C | 0 | A | 21 | 9F | 17 | 3A |
| Octal | 173 | 254 | 233 | 34 | 0 | 12 | 41 | 237 | 27 | 72 |
| Binary | 1111011 | 10101100 | 10011011 | 11100 | 0 | 1010 | 100001 | 10011111 | 10111 | 111010 |
Color Harmonies of #7BAC9B
Complementary color
Monochromatic Colors of #7BAC9B
Black with #7BAC9B
Text Example
Text Example
White with #7BAC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAC9B; }
p { color: rgb(123,172,155); }
H1.HeaderClassName
{
color: #7BAC9B;
}
.AnyTagClassName
{
color: #7BAC9B;
}
</style>
background-color css
<style>
a { background-color: #7BAC9B; }
a { background-color: rgb(123,172,155); }
div.DivClassName
{
background-color: #7BAC9B;
}
.BgClassName
{
background-color: #7BAC9B;
}
</style>
border-color css
<style>
span { border-color: #7BAC9B; }
span { border-color: rgb(123,172,155); }
td.TdClassName
{
border-color: #7BAC9B;
}
.TagClassName
{
border-color: #7BAC9B;
}
</style>