#66A493

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

Shades of Acapulco #66A493

Tints of Acapulco #66A493

Color information

#66A493 (or 0x66A493) is unknown color: approx Acapulco. HEX triplet: 66, A4 and 93. RGB value is (102,164,147). Sum of RGB (Red+Green+Blue) = 102+164+147=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 164 - color contains mainly: green. Hex color #66A493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A493 is #995B6C. Grayscale: #8F8F8F. Windows color (decimal): -10050413 or 9675878. OLE color: 9675878.

HSL color Cylindrical-coordinate representation of color #66A493: hue angle of 163.55º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66A493 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB102164147-
CMYK0.3800.100.36
HSL163.55º25.41%52.16%-
HSV(B)163.55º37.8%64.31%-
XYZ24.0231.4832.41-
YUV143.52129.9698.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.70%
GREEN value IS 164 (64.45% from 255) = 39.71%
BLUE value IS 147 (57.81% from 255) = 35.59%
R=24.70%
G=39.71%
B=35.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021641470.3800.100.36163.5525.4152.16
Hex66A493260A24a41934
Octal14624422346012442443164
Binary11001101010010010010011100110010101001001010010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,164,147); }

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

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

 a { background-color: rgb(102,164,147); }

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

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

 span { border-color: rgb(102,164,147); }

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