Shades of Acapulco #78A38B
Tints of Acapulco #78A38B
RGB
CMYK
RGB Variations
Color information
#78A38B (or 0x78A38B) is known color: Acapulco. HEX triplet: 78, A3 and 8B. RGB value is (120,163,139). Sum of RGB (Red+Green+Blue) = 120+163+139=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 163 - color contains mainly: green. Hex color #78A38B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A38B is #875C74. Grayscale: #939393. Windows color (decimal): -8871029 or 9151352. OLE color: 9151352.
HSL color Cylindrical-coordinate representation of color #78A38B: hue angle of 146.51º degrees, saturation: 0.19, 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 #78A38B is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 163 | 139 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.36 |
| HSL | 146.51º | 0.19% | 0.55% | - |
| HSV(B) | 146.51º | 0.26% | 0.64% | - |
| XYZ | 25.5 | 32.05 | 29.27 | - |
| YUV | 147.41 | 123.25 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 163 | 139 | 0.26 | 0 | 0.15 | 0.36 | 146.51 | 0.19 | 0.55 |
| Hex | 78 | A3 | 8B | 1A | 0 | F | 24 | 93 | 13 | 37 |
| Octal | 170 | 243 | 213 | 32 | 0 | 17 | 44 | 223 | 23 | 67 |
| Binary | 1111000 | 10100011 | 10001011 | 11010 | 0 | 1111 | 100100 | 10010011 | 10011 | 110111 |
Color Harmonies of #78A38B
Complementary color
Monochromatic Colors of #78A38B
Black with #78A38B
Text Example
Text Example
White with #78A38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A38B; }
p { color: rgb(120,163,139); }
H1.HeaderClassName
{
color: #78A38B;
}
.AnyTagClassName
{
color: #78A38B;
}
</style>
background-color css
<style>
a { background-color: #78A38B; }
a { background-color: rgb(120,163,139); }
div.DivClassName
{
background-color: #78A38B;
}
.BgClassName
{
background-color: #78A38B;
}
</style>
border-color css
<style>
span { border-color: #78A38B; }
span { border-color: rgb(120,163,139); }
td.TdClassName
{
border-color: #78A38B;
}
.TagClassName
{
border-color: #78A38B;
}
</style>