#66AE8E

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

Shades of Acapulco #66AE8E

Tints of Acapulco #66AE8E

Color information

#66AE8E (or 0x66AE8E) is unknown color: approx Acapulco. HEX triplet: 66, AE and 8E. RGB value is (102,174,142). Sum of RGB (Red+Green+Blue) = 102+174+142=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 174 - color contains mainly: green. Hex color #66AE8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AE8E is #995171. Grayscale: #949494. Windows color (decimal): -10047858 or 9350758. OLE color: 9350758.

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

Color convert

RGB102174142-
CMYK0.4100.180.32
HSL153.33º30.77%54.12%-
HSV(B)153.33º41.38%68.24%-
XYZ25.535.0531.01-
YUV148.82124.1594.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.40%
GREEN value IS 174 (68.36% from 255) = 41.63%
BLUE value IS 142 (55.86% from 255) = 33.97%
R=24.40%
G=41.63%
B=33.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021741420.4100.180.32153.3330.7754.12
Hex66AE8E2901220991f36
Octal14625621651022402313766
Binary110011010101110100011101010010100101000001001100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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