#64A48E

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

Shades of Acapulco #64A48E

Tints of Acapulco #64A48E

Color information

#64A48E (or 0x64A48E) is unknown color: approx Acapulco. HEX triplet: 64, A4 and 8E. RGB value is (100,164,142). Sum of RGB (Red+Green+Blue) = 100+164+142=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #64A48E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A48E is #9B5B71. Grayscale: #8E8E8E. Windows color (decimal): -10181490 or 9348196. OLE color: 9348196.

HSL color Cylindrical-coordinate representation of color #64A48E: hue angle of 159.38º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64A48E is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB100164142-
CMYK0.3900.130.36
HSL159.38º26.02%51.76%-
HSV(B)159.38º39.02%64.31%-
XYZ23.4131.2130.38-
YUV142.36127.897.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.63%
GREEN value IS 164 (64.45% from 255) = 40.39%
BLUE value IS 142 (55.86% from 255) = 34.98%
R=24.63%
G=40.39%
B=34.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1001641420.3900.130.36159.3826.0251.76
Hex64A48E270D249f1a34
Octal14424421647015442373264
Binary11001001010010010001110100111011011001001001111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64A48E; }

 p { color: rgb(100,164,142); }

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

<style>
 a { background-color: #64A48E; }

 a { background-color: rgb(100,164,142); }

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

<style>
 span { border-color: #64A48E; }

 span { border-color: rgb(100,164,142); }

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