Shades of Acapulco #789E8B
Tints of Acapulco #789E8B
RGB
CMYK
RGB Variations
Color information
#789E8B (or 0x789E8B) is known color: Acapulco. HEX triplet: 78, 9E and 8B. RGB value is (120,158,139). Sum of RGB (Red+Green+Blue) = 120+158+139=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 158 - color contains mainly: green. Hex color #789E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789E8B is #876174. Grayscale: #909090. Windows color (decimal): -8872309 or 9150072. OLE color: 9150072.
HSL color Cylindrical-coordinate representation of color #789E8B: hue angle of 150º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #789E8B is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 158 | 139 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.38 |
| HSL | 150º | 0.16% | 0.55% | - |
| HSV(B) | 150º | 0.24% | 0.62% | - |
| XYZ | 24.63 | 30.31 | 28.98 | - |
| YUV | 144.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 158 | 139 | 0.24 | 0 | 0.12 | 0.38 | 150 | 0.16 | 0.55 |
| Hex | 78 | 9E | 8B | 18 | 0 | C | 26 | 96 | 10 | 37 |
| Octal | 170 | 236 | 213 | 30 | 0 | 14 | 46 | 226 | 20 | 67 |
| Binary | 1111000 | 10011110 | 10001011 | 11000 | 0 | 1100 | 100110 | 10010110 | 10000 | 110111 |
Color Harmonies of #789E8B
Complementary color
Monochromatic Colors of #789E8B
Black with #789E8B
Text Example
Text Example
White with #789E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789E8B; }
p { color: rgb(120,158,139); }
H1.HeaderClassName
{
color: #789E8B;
}
.AnyTagClassName
{
color: #789E8B;
}
</style>
background-color css
<style>
a { background-color: #789E8B; }
a { background-color: rgb(120,158,139); }
div.DivClassName
{
background-color: #789E8B;
}
.BgClassName
{
background-color: #789E8B;
}
</style>
border-color css
<style>
span { border-color: #789E8B; }
span { border-color: rgb(120,158,139); }
td.TdClassName
{
border-color: #789E8B;
}
.TagClassName
{
border-color: #789E8B;
}
</style>