#78AE9B

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

Shades of Acapulco #78AE9B

Tints of Acapulco #78AE9B

Color information

#78AE9B (or 0x78AE9B) is unknown color: approx 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

RGB120174155-
CMYK0.3100.110.32
HSL158.89º25%57.65%-
HSV(B)158.89º31.03%68.24%-
XYZ28.836.6336.56-
YUV155.69127.61102.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.73%
GREEN value IS 174 (68.36% from 255) = 38.75%
BLUE value IS 155 (60.94% from 255) = 34.52%
R=26.73%
G=38.75%
B=34.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201741550.3100.110.32158.892557.65
Hex78AE9B1F0B209f193a
Octal17025623337013402373172
Binary1111000101011101001101111111010111000001001111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>