#6EA486

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

Shades of Acapulco #6EA486

Tints of Acapulco #6EA486

Color information

#6EA486 (or 0x6EA486) is unknown color: approx Acapulco. HEX triplet: 6E, A4 and 86. RGB value is (110,164,134). Sum of RGB (Red+Green+Blue) = 110+164+134=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA486 is #915B79. Grayscale: #909090. Windows color (decimal): -9526138 or 8823918. OLE color: 8823918.

HSL color Cylindrical-coordinate representation of color #6EA486: hue angle of 146.67º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6EA486 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB110164134-
CMYK0.3300.180.36
HSL146.67º22.88%53.73%-
HSV(B)146.67º32.93%64.31%-
XYZ24.0131.5927.39-
YUV144.43122.11103.44-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.96%
GREEN value IS 164 (64.45% from 255) = 40.20%
BLUE value IS 134 (52.73% from 255) = 32.84%
R=26.96%
G=40.20%
B=32.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1101641340.3300.180.36146.6722.8853.73
Hex6EA4862101224931736
Octal15624420641022442232766
Binary110111010100100100001101000010100101001001001001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EA486; }

 p { color: rgb(110,164,134); }

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

<style>
 a { background-color: #6EA486; }

 a { background-color: rgb(110,164,134); }

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

<style>
 span { border-color: #6EA486; }

 span { border-color: rgb(110,164,134); }

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