Shades of Acapulco #7BAC9E
Tints of Acapulco #7BAC9E
RGB
CMYK
RGB Variations
Color information
#7BAC9E (or 0x7BAC9E) is known color: Acapulco. HEX triplet: 7B, AC and 9E. RGB value is (123,172,158). Sum of RGB (Red+Green+Blue) = 123+172+158=453 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.15% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAC9E is #845361. Grayscale: #9B9B9B. Windows color (decimal): -8672098 or 10398843. OLE color: 10398843.
HSL color Cylindrical-coordinate representation of color #7BAC9E: hue angle of 162.86º 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 #7BAC9E is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 158 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.33 |
| HSL | 162.86º | 0.23% | 0.58% | - |
| HSV(B) | 162.86º | 0.28% | 0.67% | - |
| XYZ | 29.09 | 36.18 | 37.8 | - |
| YUV | 155.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 158 | 0.28 | 0 | 0.08 | 0.33 | 162.86 | 0.23 | 0.58 |
| Hex | 7B | AC | 9E | 1C | 0 | 8 | 21 | A3 | 17 | 3A |
| Octal | 173 | 254 | 236 | 34 | 0 | 10 | 41 | 243 | 27 | 72 |
| Binary | 1111011 | 10101100 | 10011110 | 11100 | 0 | 1000 | 100001 | 10100011 | 10111 | 111010 |
Color Harmonies of #7BAC9E
Complementary color
Monochromatic Colors of #7BAC9E
Black with #7BAC9E
Text Example
Text Example
White with #7BAC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAC9E; }
p { color: rgb(123,172,158); }
H1.HeaderClassName
{
color: #7BAC9E;
}
.AnyTagClassName
{
color: #7BAC9E;
}
</style>
background-color css
<style>
a { background-color: #7BAC9E; }
a { background-color: rgb(123,172,158); }
div.DivClassName
{
background-color: #7BAC9E;
}
.BgClassName
{
background-color: #7BAC9E;
}
</style>
border-color css
<style>
span { border-color: #7BAC9E; }
span { border-color: rgb(123,172,158); }
td.TdClassName
{
border-color: #7BAC9E;
}
.TagClassName
{
border-color: #7BAC9E;
}
</style>