#66A78C

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

Shades of Acapulco #66A78C

Tints of Acapulco #66A78C

Color information

#66A78C (or 0x66A78C) is unknown color: approx Acapulco. HEX triplet: 66, A7 and 8C. RGB value is (102,167,140). Sum of RGB (Red+Green+Blue) = 102+167+140=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 167 - color contains mainly: green. Hex color #66A78C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A78C is #995873. Grayscale: #909090. Windows color (decimal): -10049652 or 9217894. OLE color: 9217894.

HSL color Cylindrical-coordinate representation of color #66A78C: hue angle of 155.08º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A78C is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB102167140-
CMYK0.3900.160.35
HSL155.08º26.97%52.75%-
HSV(B)155.08º38.92%65.49%-
XYZ24.0332.3629.79-
YUV144.49125.4797.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.94%
GREEN value IS 167 (65.62% from 255) = 40.83%
BLUE value IS 140 (55.08% from 255) = 34.23%
R=24.94%
G=40.83%
B=34.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1021671400.3900.160.35155.0826.9752.75
Hex66A78C27010239b1b35
Octal14624721447020432333365
Binary110011010100111100011001001110100001000111001101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66A78C; }

 p { color: rgb(102,167,140); }

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

<style>
 a { background-color: #66A78C; }

 a { background-color: rgb(102,167,140); }

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

<style>
 span { border-color: #66A78C; }

 span { border-color: rgb(102,167,140); }

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