Shades of Acapulco #78A294
Tints of Acapulco #78A294
RGB
CMYK
RGB Variations
Color information
#78A294 (or 0x78A294) is known color: Acapulco. HEX triplet: 78, A2 and 94. RGB value is (120,162,148). Sum of RGB (Red+Green+Blue) = 120+162+148=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 162 - color contains mainly: green. Hex color #78A294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A294 is #875D6B. Grayscale: #939393. Windows color (decimal): -8871276 or 9740920. OLE color: 9740920.
HSL color Cylindrical-coordinate representation of color #78A294: hue angle of 160º 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 #78A294 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 162 | 148 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.36 |
| HSL | 160º | 0.18% | 0.55% | - |
| HSV(B) | 160º | 0.26% | 0.64% | - |
| XYZ | 26.01 | 31.97 | 32.82 | - |
| YUV | 147.85 | 128.09 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 162 | 148 | 0.26 | 0 | 0.09 | 0.36 | 160 | 0.18 | 0.55 |
| Hex | 78 | A2 | 94 | 1A | 0 | 9 | 24 | A0 | 12 | 37 |
| Octal | 170 | 242 | 224 | 32 | 0 | 11 | 44 | 240 | 22 | 67 |
| Binary | 1111000 | 10100010 | 10010100 | 11010 | 0 | 1001 | 100100 | 10100000 | 10010 | 110111 |
Color Harmonies of #78A294
Complementary color
Monochromatic Colors of #78A294
Black with #78A294
Text Example
Text Example
White with #78A294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A294; }
p { color: rgb(120,162,148); }
H1.HeaderClassName
{
color: #78A294;
}
.AnyTagClassName
{
color: #78A294;
}
</style>
background-color css
<style>
a { background-color: #78A294; }
a { background-color: rgb(120,162,148); }
div.DivClassName
{
background-color: #78A294;
}
.BgClassName
{
background-color: #78A294;
}
</style>
border-color css
<style>
span { border-color: #78A294; }
span { border-color: rgb(120,162,148); }
td.TdClassName
{
border-color: #78A294;
}
.TagClassName
{
border-color: #78A294;
}
</style>