#66A68E

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

Shades of Acapulco #66A68E

Tints of Acapulco #66A68E

Color information

#66A68E (or 0x66A68E) is unknown color: approx Acapulco. HEX triplet: 66, A6 and 8E. RGB value is (102,166,142). Sum of RGB (Red+Green+Blue) = 102+166+142=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 166 - color contains mainly: green. Hex color #66A68E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A68E is #995971. Grayscale: #909090. Windows color (decimal): -10049906 or 9348710. OLE color: 9348710.

HSL color Cylindrical-coordinate representation of color #66A68E: hue angle of 157.5º 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 #66A68E is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB102166142-
CMYK0.3900.140.35
HSL157.5º26.45%52.55%-
HSV(B)157.5º38.55%65.1%-
XYZ2432.0530.51-
YUV144.13126.897.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.88%
GREEN value IS 166 (65.23% from 255) = 40.49%
BLUE value IS 142 (55.86% from 255) = 34.63%
R=24.88%
G=40.49%
B=34.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1021661420.3900.140.35157.526.4552.55
Hex66A68E270E239e1a35
Octal14624621647016432363265
Binary11001101010011010001110100111011101000111001111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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