#66AD8E

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

Shades of Acapulco #66AD8E

Tints of Acapulco #66AD8E

Color information

#66AD8E (or 0x66AD8E) is unknown color: approx Acapulco. HEX triplet: 66, AD and 8E. RGB value is (102,173,142). Sum of RGB (Red+Green+Blue) = 102+173+142=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AD8E is #995271. Grayscale: #949494. Windows color (decimal): -10048114 or 9350502. OLE color: 9350502.

HSL color Cylindrical-coordinate representation of color #66AD8E: hue angle of 153.8º degrees, saturation: 0.3, 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 #66AD8E is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB102173142-
CMYK0.4100.180.32
HSL153.8º30.21%53.92%-
HSV(B)153.8º41.04%67.84%-
XYZ25.3134.6630.95-
YUV148.24124.4895.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.46%
GREEN value IS 173 (67.97% from 255) = 41.49%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=24.46%
G=41.49%
B=34.05%

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
Decimal1021731420.4100.180.32153.830.2153.92
Hex66AD8E29012209a1e36
Octal14625521651022402323666
Binary110011010101101100011101010010100101000001001101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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