#66A693

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

Shades of Acapulco #66A693

Tints of Acapulco #66A693

Color information

#66A693 (or 0x66A693) is unknown color: approx Acapulco. HEX triplet: 66, A6 and 93. RGB value is (102,166,147). Sum of RGB (Red+Green+Blue) = 102+166+147=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 166 - color contains mainly: green. Hex color #66A693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A693 is #99596C. Grayscale: #909090. Windows color (decimal): -10049901 or 9676390. OLE color: 9676390.

HSL color Cylindrical-coordinate representation of color #66A693: hue angle of 162.19º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A693 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB102166147-
CMYK0.3900.110.35
HSL162.19º26.45%52.55%-
HSV(B)162.19º38.55%65.1%-
XYZ24.3832.232.53-
YUV144.7129.397.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.58%
GREEN value IS 166 (65.23% from 255) = 40%
BLUE value IS 147 (57.81% from 255) = 35.42%
R=24.58%
G=40%
B=35.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1021661470.3900.110.35162.1926.4552.55
Hex66A693270B23a21a35
Octal14624622347013432423265
Binary11001101010011010010011100111010111000111010001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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