Shades of Acapulco #78A298
Tints of Acapulco #78A298
RGB
CMYK
RGB Variations
Color information
#78A298 (or 0x78A298) is known color: Acapulco. HEX triplet: 78, A2 and 98. RGB value is (120,162,152). Sum of RGB (Red+Green+Blue) = 120+162+152=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 162 - color contains mainly: green. Hex color #78A298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A298 is #875D67. Grayscale: #949494. Windows color (decimal): -8871272 or 10003064. OLE color: 10003064.
HSL color Cylindrical-coordinate representation of color #78A298: hue angle of 165.71º 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 #78A298 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 162 | 152 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.36 |
| HSL | 165.71º | 0.18% | 0.55% | - |
| HSV(B) | 165.71º | 0.26% | 0.64% | - |
| XYZ | 26.33 | 32.1 | 34.51 | - |
| YUV | 148.3 | 130.09 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 162 | 152 | 0.26 | 0 | 0.06 | 0.36 | 165.71 | 0.18 | 0.55 |
| Hex | 78 | A2 | 98 | 1A | 0 | 6 | 24 | A6 | 12 | 37 |
| Octal | 170 | 242 | 230 | 32 | 0 | 6 | 44 | 246 | 22 | 67 |
| Binary | 1111000 | 10100010 | 10011000 | 11010 | 0 | 110 | 100100 | 10100110 | 10010 | 110111 |
Color Harmonies of #78A298
Complementary color
Monochromatic Colors of #78A298
Black with #78A298
Text Example
Text Example
White with #78A298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A298; }
p { color: rgb(120,162,152); }
H1.HeaderClassName
{
color: #78A298;
}
.AnyTagClassName
{
color: #78A298;
}
</style>
background-color css
<style>
a { background-color: #78A298; }
a { background-color: rgb(120,162,152); }
div.DivClassName
{
background-color: #78A298;
}
.BgClassName
{
background-color: #78A298;
}
</style>
border-color css
<style>
span { border-color: #78A298; }
span { border-color: rgb(120,162,152); }
td.TdClassName
{
border-color: #78A298;
}
.TagClassName
{
border-color: #78A298;
}
</style>