#66A893

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

Shades of Acapulco #66A893

Tints of Acapulco #66A893

Color information

#66A893 (or 0x66A893) is unknown color: approx Acapulco. HEX triplet: 66, A8 and 93. RGB value is (102,168,147). Sum of RGB (Red+Green+Blue) = 102+168+147=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 168 - color contains mainly: green. Hex color #66A893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A893 is #99576C. Grayscale: #919191. Windows color (decimal): -10049389 or 9676902. OLE color: 9676902.

HSL color Cylindrical-coordinate representation of color #66A893: hue angle of 160.91º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A893 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB102168147-
CMYK0.3900.130.34
HSL160.91º27.5%52.94%-
HSV(B)160.91º39.29%65.88%-
XYZ24.7532.9432.66-
YUV145.87128.6396.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.46%
GREEN value IS 168 (66.02% from 255) = 40.29%
BLUE value IS 147 (57.81% from 255) = 35.25%
R=24.46%
G=40.29%
B=35.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1021681470.3900.130.34160.9127.552.94
Hex66A893270D22a11c35
Octal14625022347015422413465
Binary11001101010100010010011100111011011000101010000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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