Shades of Acapulco #7BAA98
Tints of Acapulco #7BAA98
RGB
CMYK
RGB Variations
Color information
#7BAA98 (or 0x7BAA98) is known color: Acapulco. HEX triplet: 7B, AA and 98. RGB value is (123,170,152). Sum of RGB (Red+Green+Blue) = 123+170+152=445 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.64% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAA98 is #845567. Grayscale: #999999. Windows color (decimal): -8672616 or 10005115. OLE color: 10005115.
HSL color Cylindrical-coordinate representation of color #7BAA98: hue angle of 157.02º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAA98 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 152 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.33 |
| HSL | 157.02º | 0.22% | 0.57% | - |
| HSV(B) | 157.02º | 0.28% | 0.67% | - |
| XYZ | 28.21 | 35.23 | 35.02 | - |
| YUV | 153.9 | 126.93 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 152 | 0.28 | 0 | 0.11 | 0.33 | 157.02 | 0.22 | 0.57 |
| Hex | 7B | AA | 98 | 1C | 0 | B | 21 | 9D | 16 | 39 |
| Octal | 173 | 252 | 230 | 34 | 0 | 13 | 41 | 235 | 26 | 71 |
| Binary | 1111011 | 10101010 | 10011000 | 11100 | 0 | 1011 | 100001 | 10011101 | 10110 | 111001 |
Color Harmonies of #7BAA98
Complementary color
Monochromatic Colors of #7BAA98
Black with #7BAA98
Text Example
Text Example
White with #7BAA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA98; }
p { color: rgb(123,170,152); }
H1.HeaderClassName
{
color: #7BAA98;
}
.AnyTagClassName
{
color: #7BAA98;
}
</style>
background-color css
<style>
a { background-color: #7BAA98; }
a { background-color: rgb(123,170,152); }
div.DivClassName
{
background-color: #7BAA98;
}
.BgClassName
{
background-color: #7BAA98;
}
</style>
border-color css
<style>
span { border-color: #7BAA98; }
span { border-color: rgb(123,170,152); }
td.TdClassName
{
border-color: #7BAA98;
}
.TagClassName
{
border-color: #7BAA98;
}
</style>