#66AC8D

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

Shades of Acapulco #66AC8D

Tints of Acapulco #66AC8D

Color information

#66AC8D (or 0x66AC8D) is unknown color: approx Acapulco. HEX triplet: 66, AC and 8D. RGB value is (102,172,141). Sum of RGB (Red+Green+Blue) = 102+172+141=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AC8D is #995372. Grayscale: #939393. Windows color (decimal): -10048371 or 9284710. OLE color: 9284710.

HSL color Cylindrical-coordinate representation of color #66AC8D: hue angle of 153.43º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66AC8D is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB102172141-
CMYK0.4100.180.33
HSL153.43º29.66%53.73%-
HSV(B)153.43º40.7%67.45%-
XYZ25.0434.2530.49-
YUV147.54124.3195.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.58%
GREEN value IS 172 (67.58% from 255) = 41.45%
BLUE value IS 141 (55.47% from 255) = 33.98%
R=24.58%
G=41.45%
B=33.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021721410.4100.180.33153.4329.6653.73
Hex66AC8D2901221991e36
Octal14625421551022412313666
Binary110011010101100100011011010010100101000011001100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,172,141); }

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

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

 a { background-color: rgb(102,172,141); }

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

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

 span { border-color: rgb(102,172,141); }

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