Shades of Acapulco #78A299
Tints of Acapulco #78A299
RGB
CMYK
RGB Variations
Color information
#78A299 (or 0x78A299) is known color: Acapulco. HEX triplet: 78, A2 and 99. RGB value is (120,162,153). Sum of RGB (Red+Green+Blue) = 120+162+153=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 162 - color contains mainly: green. Hex color #78A299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A299 is #875D66. Grayscale: #949494. Windows color (decimal): -8871271 or 10068600. OLE color: 10068600.
HSL color Cylindrical-coordinate representation of color #78A299: hue angle of 167.14º 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 #78A299 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 162 | 153 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.36 |
| HSL | 167.14º | 0.18% | 0.55% | - |
| HSV(B) | 167.14º | 0.26% | 0.64% | - |
| XYZ | 26.42 | 32.13 | 34.95 | - |
| YUV | 148.42 | 130.59 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 162 | 153 | 0.26 | 0 | 0.06 | 0.36 | 167.14 | 0.18 | 0.55 |
| Hex | 78 | A2 | 99 | 1A | 0 | 6 | 24 | A7 | 12 | 37 |
| Octal | 170 | 242 | 231 | 32 | 0 | 6 | 44 | 247 | 22 | 67 |
| Binary | 1111000 | 10100010 | 10011001 | 11010 | 0 | 110 | 100100 | 10100111 | 10010 | 110111 |
Color Harmonies of #78A299
Complementary color
Monochromatic Colors of #78A299
Black with #78A299
Text Example
Text Example
White with #78A299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A299; }
p { color: rgb(120,162,153); }
H1.HeaderClassName
{
color: #78A299;
}
.AnyTagClassName
{
color: #78A299;
}
</style>
background-color css
<style>
a { background-color: #78A299; }
a { background-color: rgb(120,162,153); }
div.DivClassName
{
background-color: #78A299;
}
.BgClassName
{
background-color: #78A299;
}
</style>
border-color css
<style>
span { border-color: #78A299; }
span { border-color: rgb(120,162,153); }
td.TdClassName
{
border-color: #78A299;
}
.TagClassName
{
border-color: #78A299;
}
</style>