#78AF95

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

Shades of Acapulco #78AF95

Tints of Acapulco #78AF95

Color information

#78AF95 (or 0x78AF95) is unknown color: approx Acapulco. HEX triplet: 78, AF and 95. RGB value is (120,175,149). Sum of RGB (Red+Green+Blue) = 120+175+149=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AF95 is #87506A. Grayscale: #9B9B9B. Windows color (decimal): -8867947 or 9809784. OLE color: 9809784.

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

Color convert

RGB120175149-
CMYK0.3100.150.31
HSL151.64º25.58%57.84%-
HSV(B)151.64º31.43%68.63%-
XYZ28.536.8234.04-
YUV155.59124.28102.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.03%
GREEN value IS 175 (68.75% from 255) = 39.41%
BLUE value IS 149 (58.59% from 255) = 33.56%
R=27.03%
G=39.41%
B=33.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201751490.3100.150.31151.6425.5857.84
Hex78AF951F0F1F981a3a
Octal17025722537017372303272
Binary111100010101111100101011111101111111111001100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,175,149); }

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

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

 a { background-color: rgb(120,175,149); }

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

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

 span { border-color: rgb(120,175,149); }

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