#66A389

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

Shades of Acapulco #66A389

Tints of Acapulco #66A389

Color information

#66A389 (or 0x66A389) is unknown color: approx Acapulco. HEX triplet: 66, A3 and 89. RGB value is (102,163,137). Sum of RGB (Red+Green+Blue) = 102+163+137=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 163 - color contains mainly: green. Hex color #66A389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A389 is #995C76. Grayscale: #8D8D8D. Windows color (decimal): -10050679 or 9020262. OLE color: 9020262.

HSL color Cylindrical-coordinate representation of color #66A389: hue angle of 154.43º degrees, saturation: 0.25, 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 #66A389 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB102163137-
CMYK0.3700.160.36
HSL154.43º24.9%51.96%-
HSV(B)154.43º37.42%63.92%-
XYZ23.0930.8328.4-
YUV141.8125.2999.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.37%
GREEN value IS 163 (64.06% from 255) = 40.55%
BLUE value IS 137 (53.91% from 255) = 34.08%
R=25.37%
G=40.55%
B=34.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021631370.3700.160.36154.4324.951.96
Hex66A38925010249a1934
Octal14624321145020442323164
Binary110011010100011100010011001010100001001001001101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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