#78A89B

Color #78A89B Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #78A89B

Tints of Acapulco #78A89B

Color information

#78A89B (or 0x78A89B) is unknown color: approx Acapulco. HEX triplet: 78, A8 and 9B. RGB value is (120,168,155). Sum of RGB (Red+Green+Blue) = 120+168+155=443 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.09% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 168 - color contains mainly: green. Hex color #78A89B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A89B is #875764. Grayscale: #989898. Windows color (decimal): -8869733 or 10201208. OLE color: 10201208.

HSL color Cylindrical-coordinate representation of color #78A89B: hue angle of 163.75º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78A89B is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB120168155-
CMYK0.2900.080.34
HSL163.75º21.62%56.47%-
HSV(B)163.75º28.57%65.88%-
XYZ27.6634.3636.19-
YUV152.17129.6105.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 27.09%
GREEN value IS 168 (66.02% from 255) = 37.92%
BLUE value IS 155 (60.94% from 255) = 34.99%
R=27.09%
G=37.92%
B=34.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1201681550.2900.080.34163.7521.6256.47
Hex78A89B1D0822a41638
Octal17025023335010422442670
Binary1111000101010001001101111101010001000101010010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78A89B; }

 p { color: rgb(120,168,155); }

 H1.HeaderClassName
 {
   color: #78A89B;
 }
 .AnyTagClassName
 {
   color: #78A89B;
 }
</style>
background-color css

<style>
 a { background-color: #78A89B; }

 a { background-color: rgb(120,168,155); }

 div.DivClassName
 {
   background-color: #78A89B;
 }
 .BgClassName
 {
   background-color: #78A89B;
 }
</style>
border-color css

<style>
 span { border-color: #78A89B; }

 span { border-color: rgb(120,168,155); }

 td.TdClassName
 {
   border-color: #78A89B;
 }
 .TagClassName
 {
   border-color: #78A89B;
 }
</style>