#78B09B

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

Shades of Acapulco #78B09B

Tints of Acapulco #78B09B

Color information

#78B09B (or 0x78B09B) is unknown color: approx Acapulco. HEX triplet: 78, B0 and 9B. RGB value is (120,176,155). Sum of RGB (Red+Green+Blue) = 120+176+155=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 176 - color contains mainly: green. Hex color #78B09B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78B09B is #874F64. Grayscale: #9C9C9C. Windows color (decimal): -8867685 or 10203256. OLE color: 10203256.

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

Color convert

RGB120176155-
CMYK0.3200.120.31
HSL157.5º26.17%58.04%-
HSV(B)157.5º31.82%69.02%-
XYZ29.1937.4136.69-
YUV156.86126.95101.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.61%
GREEN value IS 176 (69.14% from 255) = 39.02%
BLUE value IS 155 (60.94% from 255) = 34.37%
R=26.61%
G=39.02%
B=34.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201761550.3200.120.31157.526.1758.04
Hex78B09B200C1F9e1a3a
Octal17026023340014372363272
Binary1111000101100001001101110000001100111111001111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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