#64A988

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

Shades of Acapulco #64A988

Tints of Acapulco #64A988

Color information

#64A988 (or 0x64A988) is unknown color: approx Acapulco. HEX triplet: 64, A9 and 88. RGB value is (100,169,136). Sum of RGB (Red+Green+Blue) = 100+169+136=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 169 - color contains mainly: green. Hex color #64A988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A988 is #9B5677. Grayscale: #909090. Windows color (decimal): -10180216 or 8956260. OLE color: 8956260.

HSL color Cylindrical-coordinate representation of color #64A988: hue angle of 151.3º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64A988 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB100169136-
CMYK0.4100.200.34
HSL151.3º28.63%52.75%-
HSV(B)151.3º40.83%66.27%-
XYZ23.8932.8628.38-
YUV144.61123.1496.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.69%
GREEN value IS 169 (66.41% from 255) = 41.73%
BLUE value IS 136 (53.52% from 255) = 33.58%
R=24.69%
G=41.73%
B=33.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1001691360.4100.200.34151.328.6352.75
Hex64A9882901422971d35
Octal14425121051024422273565
Binary110010010101001100010001010010101001000101001011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,169,136); }

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

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

 a { background-color: rgb(100,169,136); }

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

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

 span { border-color: rgb(100,169,136); }

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