#78AD9D

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

Shades of Acapulco #78AD9D

Tints of Acapulco #78AD9D

Color information

#78AD9D (or 0x78AD9D) is unknown color: approx Acapulco. HEX triplet: 78, AD and 9D. RGB value is (120,173,157). Sum of RGB (Red+Green+Blue) = 120+173+157=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 173 - color contains mainly: green. Hex color #78AD9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AD9D is #875262. Grayscale: #9B9B9B. Windows color (decimal): -8868451 or 10333560. OLE color: 10333560.

HSL color Cylindrical-coordinate representation of color #78AD9D: hue angle of 161.89º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AD9D is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB120173157-
CMYK0.3100.090.32
HSL161.89º24.42%57.45%-
HSV(B)161.89º30.64%67.84%-
XYZ28.7836.3137.39-
YUV155.33128.94102.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.67%
GREEN value IS 173 (67.97% from 255) = 38.44%
BLUE value IS 157 (61.72% from 255) = 34.89%
R=26.67%
G=38.44%
B=34.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201731570.3100.090.32161.8924.4257.45
Hex78AD9D1F0920a21839
Octal17025523537011402423071
Binary1111000101011011001110111111010011000001010001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,173,157); }

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

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

 a { background-color: rgb(120,173,157); }

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

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

 span { border-color: rgb(120,173,157); }

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