#78B199

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

Shades of Acapulco #78B199

Tints of Acapulco #78B199

Color information

#78B199 (or 0x78B199) is unknown color: approx Acapulco. HEX triplet: 78, B1 and 99. RGB value is (120,177,153). Sum of RGB (Red+Green+Blue) = 120+177+153=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 177 - color contains mainly: green. Hex color #78B199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78B199 is #874E66. Grayscale: #9D9D9D. Windows color (decimal): -8867431 or 10072440. OLE color: 10072440.

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

Color convert

RGB120177153-
CMYK0.3200.140.31
HSL154.74º26.76%58.24%-
HSV(B)154.74º32.2%69.41%-
XYZ29.2237.7435.88-
YUV157.22125.62101.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.67%
GREEN value IS 177 (69.53% from 255) = 39.33%
BLUE value IS 153 (60.16% from 255) = 34%
R=26.67%
G=39.33%
B=34%

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
Decimal1201771530.3200.140.31154.7426.7658.24
Hex78B199200E1F9b1b3a
Octal17026123140016372333372
Binary1111000101100011001100110000001110111111001101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,177,153); }

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

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

 a { background-color: rgb(120,177,153); }

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

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

 span { border-color: rgb(120,177,153); }

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