#66AB89

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

Shades of Acapulco #66AB89

Tints of Acapulco #66AB89

Color information

#66AB89 (or 0x66AB89) is unknown color: approx Acapulco. HEX triplet: 66, AB and 89. RGB value is (102,171,137). Sum of RGB (Red+Green+Blue) = 102+171+137=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AB89 is #995476. Grayscale: #929292. Windows color (decimal): -10048631 or 9022310. OLE color: 9022310.

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

Color convert

RGB102171137-
CMYK0.4000.200.33
HSL150.43º29.11%53.53%-
HSV(B)150.43º40.35%67.06%-
XYZ24.5633.7628.89-
YUV146.49122.6496.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.88%
GREEN value IS 171 (67.19% from 255) = 41.71%
BLUE value IS 137 (53.91% from 255) = 33.41%
R=24.88%
G=41.71%
B=33.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021711370.4000.200.33150.4329.1153.53
Hex66AB892801421961d36
Octal14625321150024412263566
Binary110011010101011100010011010000101001000011001011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,171,137); }

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

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

 a { background-color: rgb(102,171,137); }

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

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

 span { border-color: rgb(102,171,137); }

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