#66AC8F

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

Shades of Acapulco #66AC8F

Tints of Acapulco #66AC8F

Color information

#66AC8F (or 0x66AC8F) is unknown color: approx Acapulco. HEX triplet: 66, AC and 8F. RGB value is (102,172,143). Sum of RGB (Red+Green+Blue) = 102+172+143=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AC8F is #995370. Grayscale: #939393. Windows color (decimal): -10048369 or 9415782. OLE color: 9415782.

HSL color Cylindrical-coordinate representation of color #66AC8F: hue angle of 155.14º 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 #66AC8F is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB102172143-
CMYK0.4100.170.33
HSL155.14º29.66%53.73%-
HSV(B)155.14º40.7%67.45%-
XYZ25.1934.3131.28-
YUV147.76125.3195.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.46%
GREEN value IS 172 (67.58% from 255) = 41.25%
BLUE value IS 143 (56.25% from 255) = 34.29%
R=24.46%
G=41.25%
B=34.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021721430.4100.170.33155.1429.6653.73
Hex66AC8F29011219b1e36
Octal14625421751021412333666
Binary110011010101100100011111010010100011000011001101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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