#64A98B

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

Shades of Acapulco #64A98B

Tints of Acapulco #64A98B

Color information

#64A98B (or 0x64A98B) is unknown color: approx Acapulco. HEX triplet: 64, A9 and 8B. RGB value is (100,169,139). Sum of RGB (Red+Green+Blue) = 100+169+139=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 169 - color contains mainly: green. Hex color #64A98B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A98B is #9B5674. Grayscale: #909090. Windows color (decimal): -10180213 or 9152868. OLE color: 9152868.

HSL color Cylindrical-coordinate representation of color #64A98B: hue angle of 153.91º 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 #64A98B is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB100169139-
CMYK0.4100.180.34
HSL153.91º28.63%52.75%-
HSV(B)153.91º40.83%66.27%-
XYZ24.132.9529.52-
YUV144.95124.6495.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.51%
GREEN value IS 169 (66.41% from 255) = 41.42%
BLUE value IS 139 (54.69% from 255) = 34.07%
R=24.51%
G=41.42%
B=34.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1001691390.4100.180.34153.9128.6352.75
Hex64A98B29012229a1d35
Octal14425121351022422323565
Binary110010010101001100010111010010100101000101001101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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