#78B39D

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

Shades of Acapulco #78B39D

Tints of Acapulco #78B39D

Color information

#78B39D (or 0x78B39D) is unknown color: approx Acapulco. HEX triplet: 78, B3 and 9D. RGB value is (120,179,157). Sum of RGB (Red+Green+Blue) = 120+179+157=456 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.32% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 179 - color contains mainly: green. Hex color #78B39D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B39D is #874C62. Grayscale: #9E9E9E. Windows color (decimal): -8866915 or 10335096. OLE color: 10335096.

HSL color Cylindrical-coordinate representation of color #78B39D: hue angle of 157.63º 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 #78B39D is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB120179157-
CMYK0.3300.120.30
HSL157.63º27.96%58.63%-
HSV(B)157.63º32.96%70.2%-
XYZ29.9538.6737.78-
YUV158.85126.95100.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.32%
GREEN value IS 179 (70.31% from 255) = 39.25%
BLUE value IS 157 (61.72% from 255) = 34.43%
R=26.32%
G=39.25%
B=34.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1201791570.3300.120.30157.6327.9658.63
Hex78B39D210C1E9e1c3b
Octal17026323541014362363473
Binary1111000101100111001110110000101100111101001111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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