Shades of Acapulco #78A290
Tints of Acapulco #78A290
RGB
CMYK
RGB Variations
Color information
#78A290 (or 0x78A290) is known color: Acapulco. HEX triplet: 78, A2 and 90. RGB value is (120,162,144). Sum of RGB (Red+Green+Blue) = 120+162+144=426 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.17% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 162 - color contains mainly: green. Hex color #78A290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A290 is #875D6F. Grayscale: #939393. Windows color (decimal): -8871280 or 9478776. OLE color: 9478776.
HSL color Cylindrical-coordinate representation of color #78A290: hue angle of 154.29º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #78A290 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 162 | 144 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.36 |
| HSL | 154.29º | 0.18% | 0.55% | - |
| HSV(B) | 154.29º | 0.26% | 0.64% | - |
| XYZ | 25.7 | 31.85 | 31.18 | - |
| YUV | 147.39 | 126.09 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 162 | 144 | 0.26 | 0 | 0.11 | 0.36 | 154.29 | 0.18 | 0.55 |
| Hex | 78 | A2 | 90 | 1A | 0 | B | 24 | 9A | 12 | 37 |
| Octal | 170 | 242 | 220 | 32 | 0 | 13 | 44 | 232 | 22 | 67 |
| Binary | 1111000 | 10100010 | 10010000 | 11010 | 0 | 1011 | 100100 | 10011010 | 10010 | 110111 |
Color Harmonies of #78A290
Complementary color
Monochromatic Colors of #78A290
Black with #78A290
Text Example
Text Example
White with #78A290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A290; }
p { color: rgb(120,162,144); }
H1.HeaderClassName
{
color: #78A290;
}
.AnyTagClassName
{
color: #78A290;
}
</style>
background-color css
<style>
a { background-color: #78A290; }
a { background-color: rgb(120,162,144); }
div.DivClassName
{
background-color: #78A290;
}
.BgClassName
{
background-color: #78A290;
}
</style>
border-color css
<style>
span { border-color: #78A290; }
span { border-color: rgb(120,162,144); }
td.TdClassName
{
border-color: #78A290;
}
.TagClassName
{
border-color: #78A290;
}
</style>