Shades of Acapulco #78AA93
Tints of Acapulco #78AA93
RGB
CMYK
RGB Variations
Color information
#78AA93 (or 0x78AA93) is known color: Acapulco. HEX triplet: 78, AA and 93. RGB value is (120,170,147). Sum of RGB (Red+Green+Blue) = 120+170+147=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AA93 is #87556C. Grayscale: #989898. Windows color (decimal): -8869229 or 9677432. OLE color: 9677432.
HSL color Cylindrical-coordinate representation of color #78AA93: hue angle of 152.4º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78AA93 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 170 | 147 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.33 |
| HSL | 152.4º | 0.23% | 0.57% | - |
| HSV(B) | 152.4º | 0.29% | 0.67% | - |
| XYZ | 27.39 | 34.85 | 32.89 | - |
| YUV | 152.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 170 | 147 | 0.29 | 0 | 0.14 | 0.33 | 152.4 | 0.23 | 0.57 |
| Hex | 78 | AA | 93 | 1D | 0 | E | 21 | 98 | 17 | 39 |
| Octal | 170 | 252 | 223 | 35 | 0 | 16 | 41 | 230 | 27 | 71 |
| Binary | 1111000 | 10101010 | 10010011 | 11101 | 0 | 1110 | 100001 | 10011000 | 10111 | 111001 |
Color Harmonies of #78AA93
Complementary color
Monochromatic Colors of #78AA93
Black with #78AA93
Text Example
Text Example
White with #78AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AA93; }
p { color: rgb(120,170,147); }
H1.HeaderClassName
{
color: #78AA93;
}
.AnyTagClassName
{
color: #78AA93;
}
</style>
background-color css
<style>
a { background-color: #78AA93; }
a { background-color: rgb(120,170,147); }
div.DivClassName
{
background-color: #78AA93;
}
.BgClassName
{
background-color: #78AA93;
}
</style>
border-color css
<style>
span { border-color: #78AA93; }
span { border-color: rgb(120,170,147); }
td.TdClassName
{
border-color: #78AA93;
}
.TagClassName
{
border-color: #78AA93;
}
</style>