#78B49B

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

Shades of Acapulco #78B49B

Tints of Acapulco #78B49B

Color information

#78B49B (or 0x78B49B) is unknown color: approx Acapulco. HEX triplet: 78, B4 and 9B. RGB value is (120,180,155). Sum of RGB (Red+Green+Blue) = 120+180+155=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #78B49B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B49B is #874B64. Grayscale: #9F9F9F. Windows color (decimal): -8866661 or 10204280. OLE color: 10204280.

HSL color Cylindrical-coordinate representation of color #78B49B: hue angle of 155º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78B49B is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB120180155-
CMYK0.3300.140.29
HSL155º28.57%58.82%-
HSV(B)155º33.33%70.59%-
XYZ29.983936.96-
YUV159.21125.62100.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.37%
GREEN value IS 180 (70.70% from 255) = 39.56%
BLUE value IS 155 (60.94% from 255) = 34.07%
R=26.37%
G=39.56%
B=34.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201801550.3300.140.2915528.5758.82
Hex78B49B210E1D9b1d3b
Octal17026423341016352333573
Binary1111000101101001001101110000101110111011001101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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