Shades of Acapulco #78AA97
Tints of Acapulco #78AA97
RGB
CMYK
RGB Variations
Color information
#78AA97 (or 0x78AA97) is known color: Acapulco. HEX triplet: 78, AA and 97. RGB value is (120,170,151). Sum of RGB (Red+Green+Blue) = 120+170+151=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AA97 is #875568. Grayscale: #989898. Windows color (decimal): -8869225 or 9939576. OLE color: 9939576.
HSL color Cylindrical-coordinate representation of color #78AA97: hue angle of 157.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78AA97 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 170 | 151 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.33 |
| HSL | 157.2º | 0.23% | 0.57% | - |
| HSV(B) | 157.2º | 0.29% | 0.67% | - |
| XYZ | 27.71 | 34.98 | 34.57 | - |
| YUV | 152.88 | 126.94 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 170 | 151 | 0.29 | 0 | 0.11 | 0.33 | 157.2 | 0.23 | 0.57 |
| Hex | 78 | AA | 97 | 1D | 0 | B | 21 | 9D | 17 | 39 |
| Octal | 170 | 252 | 227 | 35 | 0 | 13 | 41 | 235 | 27 | 71 |
| Binary | 1111000 | 10101010 | 10010111 | 11101 | 0 | 1011 | 100001 | 10011101 | 10111 | 111001 |
Color Harmonies of #78AA97
Complementary color
Monochromatic Colors of #78AA97
Black with #78AA97
Text Example
Text Example
White with #78AA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AA97; }
p { color: rgb(120,170,151); }
H1.HeaderClassName
{
color: #78AA97;
}
.AnyTagClassName
{
color: #78AA97;
}
</style>
background-color css
<style>
a { background-color: #78AA97; }
a { background-color: rgb(120,170,151); }
div.DivClassName
{
background-color: #78AA97;
}
.BgClassName
{
background-color: #78AA97;
}
</style>
border-color css
<style>
span { border-color: #78AA97; }
span { border-color: rgb(120,170,151); }
td.TdClassName
{
border-color: #78AA97;
}
.TagClassName
{
border-color: #78AA97;
}
</style>