#78B39C

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

Shades of Acapulco #78B39C

Tints of Acapulco #78B39C

Color information

#78B39C (or 0x78B39C) is unknown color: approx Acapulco. HEX triplet: 78, B3 and 9C. RGB value is (120,179,156). Sum of RGB (Red+Green+Blue) = 120+179+156=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #78B39C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B39C is #874C63. Grayscale: #9E9E9E. Windows color (decimal): -8866916 or 10269560. OLE color: 10269560.

HSL color Cylindrical-coordinate representation of color #78B39C: hue angle of 156.61º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78B39C is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB120179156-
CMYK0.3300.130.30
HSL156.61º27.96%58.63%-
HSV(B)156.61º32.96%70.2%-
XYZ29.8738.6337.34-
YUV158.74126.45100.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.37%
GREEN value IS 179 (70.31% from 255) = 39.34%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=26.37%
G=39.34%
B=34.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1201791560.3300.130.30156.6127.9658.63
Hex78B39C210D1E9d1c3b
Octal17026323441015362353473
Binary1111000101100111001110010000101101111101001110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,179,156); }

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

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

 a { background-color: rgb(120,179,156); }

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

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

 span { border-color: rgb(120,179,156); }

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