Shades of Acapulco #78A99A
Tints of Acapulco #78A99A
RGB
CMYK
RGB Variations
Color information
#78A99A (or 0x78A99A) is known color: Acapulco. HEX triplet: 78, A9 and 9A. RGB value is (120,169,154). Sum of RGB (Red+Green+Blue) = 120+169+154=443 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.09% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 169 - color contains mainly: green. Hex color #78A99A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A99A is #875665. Grayscale: #989898. Windows color (decimal): -8869478 or 10135928. OLE color: 10135928.
HSL color Cylindrical-coordinate representation of color #78A99A: hue angle of 161.63º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78A99A is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 120 | 169 | 154 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.34 |
| HSL | 161.63º | 0.22% | 0.57% | - |
| HSV(B) | 161.63º | 0.29% | 0.66% | - |
| XYZ | 27.77 | 34.7 | 35.81 | - |
| YUV | 152.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 169 | 154 | 0.29 | 0 | 0.09 | 0.34 | 161.63 | 0.22 | 0.57 |
| Hex | 78 | A9 | 9A | 1D | 0 | 9 | 22 | A2 | 16 | 39 |
| Octal | 170 | 251 | 232 | 35 | 0 | 11 | 42 | 242 | 26 | 71 |
| Binary | 1111000 | 10101001 | 10011010 | 11101 | 0 | 1001 | 100010 | 10100010 | 10110 | 111001 |
Color Harmonies of #78A99A
Complementary color
Monochromatic Colors of #78A99A
Black with #78A99A
Text Example
Text Example
White with #78A99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A99A; }
p { color: rgb(120,169,154); }
H1.HeaderClassName
{
color: #78A99A;
}
.AnyTagClassName
{
color: #78A99A;
}
</style>
background-color css
<style>
a { background-color: #78A99A; }
a { background-color: rgb(120,169,154); }
div.DivClassName
{
background-color: #78A99A;
}
.BgClassName
{
background-color: #78A99A;
}
</style>
border-color css
<style>
span { border-color: #78A99A; }
span { border-color: rgb(120,169,154); }
td.TdClassName
{
border-color: #78A99A;
}
.TagClassName
{
border-color: #78A99A;
}
</style>