#78B9A1

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

Shades of Acapulco #78B9A1

Tints of Acapulco #78B9A1

Color information

#78B9A1 (or 0x78B9A1) is unknown color: approx Acapulco. HEX triplet: 78, B9 and A1. RGB value is (120,185,161). Sum of RGB (Red+Green+Blue) = 120+185+161=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #78B9A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B9A1 is #87465E. Grayscale: #A2A2A2. Windows color (decimal): -8865375 or 10598776. OLE color: 10598776.

HSL color Cylindrical-coordinate representation of color #78B9A1: hue angle of 157.85º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78B9A1 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB120185161-
CMYK0.3500.130.27
HSL157.85º31.71%59.8%-
HSV(B)157.85º35.14%72.55%-
XYZ31.5341.2640.02-
YUV162.83126.9797.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.75%
GREEN value IS 185 (72.66% from 255) = 39.70%
BLUE value IS 161 (63.28% from 255) = 34.55%
R=25.75%
G=39.70%
B=34.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201851610.3500.130.27157.8531.7159.8
Hex78B9A1230D1B9e203c
Octal17027124143015332364074
Binary11110001011100110100001100011011011101110011110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,185,161); }

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

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

 a { background-color: rgb(120,185,161); }

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

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

 span { border-color: rgb(120,185,161); }

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