Shades of Acapulco #78AE9B
Tints of Acapulco #78AE9B
RGB
CMYK
RGB Variations
Color information
#78AE9B (or 0x78AE9B) is known color: Acapulco. HEX triplet: 78, AE and 9B. RGB value is (120,174,155). Sum of RGB (Red+Green+Blue) = 120+174+155=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AE9B is #875164. Grayscale: #9B9B9B. Windows color (decimal): -8868197 or 10202744. OLE color: 10202744.
HSL color Cylindrical-coordinate representation of color #78AE9B: hue angle of 158.89º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AE9B is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 174 | 155 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.32 |
| HSL | 158.89º | 0.25% | 0.58% | - |
| HSV(B) | 158.89º | 0.31% | 0.68% | - |
| XYZ | 28.8 | 36.63 | 36.56 | - |
| YUV | 155.69 | 127.61 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 174 | 155 | 0.31 | 0 | 0.11 | 0.32 | 158.89 | 0.25 | 0.58 |
| Hex | 78 | AE | 9B | 1F | 0 | B | 20 | 9F | 19 | 3A |
| Octal | 170 | 256 | 233 | 37 | 0 | 13 | 40 | 237 | 31 | 72 |
| Binary | 1111000 | 10101110 | 10011011 | 11111 | 0 | 1011 | 100000 | 10011111 | 11001 | 111010 |
Color Harmonies of #78AE9B
Complementary color
Monochromatic Colors of #78AE9B
Black with #78AE9B
Text Example
Text Example
White with #78AE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AE9B; }
p { color: rgb(120,174,155); }
H1.HeaderClassName
{
color: #78AE9B;
}
.AnyTagClassName
{
color: #78AE9B;
}
</style>
background-color css
<style>
a { background-color: #78AE9B; }
a { background-color: rgb(120,174,155); }
div.DivClassName
{
background-color: #78AE9B;
}
.BgClassName
{
background-color: #78AE9B;
}
</style>
border-color css
<style>
span { border-color: #78AE9B; }
span { border-color: rgb(120,174,155); }
td.TdClassName
{
border-color: #78AE9B;
}
.TagClassName
{
border-color: #78AE9B;
}
</style>