#64A78B

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

Shades of Acapulco #64A78B

Tints of Acapulco #64A78B

Color information

#64A78B (or 0x64A78B) is unknown color: approx Acapulco. HEX triplet: 64, A7 and 8B. RGB value is (100,167,139). Sum of RGB (Red+Green+Blue) = 100+167+139=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 167 - color contains mainly: green. Hex color #64A78B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A78B is #9B5874. Grayscale: #8F8F8F. Windows color (decimal): -10180725 or 9152356. OLE color: 9152356.

HSL color Cylindrical-coordinate representation of color #64A78B: hue angle of 154.93º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64A78B is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB100167139-
CMYK0.4000.170.35
HSL154.93º27.57%52.35%-
HSV(B)154.93º40.12%65.49%-
XYZ23.7332.2129.39-
YUV143.78125.396.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.63%
GREEN value IS 167 (65.62% from 255) = 41.13%
BLUE value IS 139 (54.69% from 255) = 34.24%
R=24.63%
G=41.13%
B=34.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1001671390.4000.170.35154.9327.5752.35
Hex64A78B28011239b1c34
Octal14424721350021432333464
Binary110010010100111100010111010000100011000111001101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,167,139); }

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

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

 a { background-color: rgb(100,167,139); }

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

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

 span { border-color: rgb(100,167,139); }

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