#66A294

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

Shades of Acapulco #66A294

Tints of Acapulco #66A294

Color information

#66A294 (or 0x66A294) is unknown color: approx Acapulco. HEX triplet: 66, A2 and 94. RGB value is (102,162,148). Sum of RGB (Red+Green+Blue) = 102+162+148=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 162 - color contains mainly: green. Hex color #66A294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A294 is #995D6B. Grayscale: #8E8E8E. Windows color (decimal): -10050924 or 9740902. OLE color: 9740902.

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

Color convert

RGB102162148-
CMYK0.3700.090.36
HSL166º24.39%51.76%-
HSV(B)166º37.04%63.53%-
XYZ23.7530.832.71-
YUV142.46131.1299.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.76%
GREEN value IS 162 (63.67% from 255) = 39.32%
BLUE value IS 148 (58.20% from 255) = 35.92%
R=24.76%
G=39.32%
B=35.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021621480.3700.090.3616624.3951.76
Hex66A294250924a61834
Octal14624222445011442463064
Binary11001101010001010010100100101010011001001010011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,162,148); }

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

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

 a { background-color: rgb(102,162,148); }

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

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

 span { border-color: rgb(102,162,148); }

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