#78B097

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

Shades of Acapulco #78B097

Tints of Acapulco #78B097

Color information

#78B097 (or 0x78B097) is unknown color: approx Acapulco. HEX triplet: 78, B0 and 97. RGB value is (120,176,151). Sum of RGB (Red+Green+Blue) = 120+176+151=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 151 (59.38% from 255 or 33.78% from 447); Max value from RGB is 176 - color contains mainly: green. Hex color #78B097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78B097 is #874F68. Grayscale: #9C9C9C. Windows color (decimal): -8867689 or 9941112. OLE color: 9941112.

HSL color Cylindrical-coordinate representation of color #78B097: hue angle of 153.21º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78B097 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB120176151-
CMYK0.3200.140.31
HSL153.21º26.17%58.04%-
HSV(B)153.21º31.82%69.02%-
XYZ28.8637.2834.95-
YUV156.41124.95102.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.85%
GREEN value IS 176 (69.14% from 255) = 39.37%
BLUE value IS 151 (59.38% from 255) = 33.78%
R=26.85%
G=39.37%
B=33.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201761510.3200.140.31153.2126.1758.04
Hex78B097200E1F991a3a
Octal17026022740016372313272
Binary1111000101100001001011110000001110111111001100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,176,151); }

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

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

 a { background-color: rgb(120,176,151); }

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

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

 span { border-color: rgb(120,176,151); }

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