#66AA91

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

Shades of Acapulco #66AA91

Tints of Acapulco #66AA91

Color information

#66AA91 (or 0x66AA91) is unknown color: approx Acapulco. HEX triplet: 66, AA and 91. RGB value is (102,170,145). Sum of RGB (Red+Green+Blue) = 102+170+145=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AA91 is #99556E. Grayscale: #929292. Windows color (decimal): -10048879 or 9546342. OLE color: 9546342.

HSL color Cylindrical-coordinate representation of color #66AA91: hue angle of 157.94º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66AA91 is Cyan = 0.4, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB102170145-
CMYK0.400.150.33
HSL157.94º28.57%53.33%-
HSV(B)157.94º40%66.67%-
XYZ24.9733.6231.96-
YUV146.82126.9796.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.46%
GREEN value IS 170 (66.80% from 255) = 40.77%
BLUE value IS 145 (57.03% from 255) = 34.77%
R=24.46%
G=40.77%
B=34.77%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021701450.400.150.33157.9428.5753.33
Hex66AA91280F219e1d35
Octal14625222150017412363565
Binary11001101010101010010001101000011111000011001111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,170,145); }

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

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

 a { background-color: rgb(102,170,145); }

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

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

 span { border-color: rgb(102,170,145); }

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