#78B89E

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

Shades of Acapulco #78B89E

Tints of Acapulco #78B89E

Color information

#78B89E (or 0x78B89E) is unknown color: approx Acapulco. HEX triplet: 78, B8 and 9E. RGB value is (120,184,158). Sum of RGB (Red+Green+Blue) = 120+184+158=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 184 - color contains mainly: green. Hex color #78B89E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B89E is #874761. Grayscale: #A1A1A1. Windows color (decimal): -8865634 or 10401912. OLE color: 10401912.

HSL color Cylindrical-coordinate representation of color #78B89E: hue angle of 155.62º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78B89E is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB120184158-
CMYK0.3500.140.28
HSL155.62º31.07%59.61%-
HSV(B)155.62º34.78%72.16%-
XYZ31.0640.7438.57-
YUV161.9125.898.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.97%
GREEN value IS 184 (72.27% from 255) = 39.83%
BLUE value IS 158 (62.11% from 255) = 34.20%
R=25.97%
G=39.83%
B=34.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1201841580.3500.140.28155.6231.0759.61
Hex78B89E230E1C9c1f3c
Octal17027023643016342343774
Binary1111000101110001001111010001101110111001001110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,184,158); }

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

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

 a { background-color: rgb(120,184,158); }

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

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

 span { border-color: rgb(120,184,158); }

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