Html Css Color HEX #64A587 Acapulco

📋 copy color: '#64A587'

red 100 ◦ green 165 ◦ blue 135

#64A587
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Acapulco #64A587

Tints of Acapulco #64A587

RGB

 RED value IS 100 (39.45% from 255) = 25%

 GREEN value IS 165 (64.84% from 255) = 41.25%

 BLUE value IS 135 (53.13% from 255) = 33.75%

R = 25%
G = 41.25%
B = 33.75%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#64A587 (or 0x64A587) is known color: Acapulco. HEX triplet: 64, A5 and 87. RGB value is (100,165,135). Sum of RGB (Red+Green+Blue) = 100+165+135=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 165 - color contains mainly: green. Hex color #64A587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A587 is #9B5A78. Grayscale: #8E8E8E. Windows color (decimal): -10181241 or 8889700. OLE color: 8889700.

HSL color Cylindrical-coordinate representation of color #64A587: hue angle of 152.31º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64A587 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 165 135 -
CMYK 0.39 0 0.18 0.35
HSL 152.31º 0.27% 0.52% -
HSV(B) 152.31º 0.39% 0.65% -
XYZ 23.08 31.37 27.76 -
YUV 142.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 100 165 135 0.39 0 0.18 0.35 152.31 0.27 0.52
Hex 64 A5 87 27 0 12 23 98 1B 34
Octal 144 245 207 47 0 22 43 230 33 64
Binary 1100100 10100101 10000111 100111 0 10010 100011 10011000 11011 110100

Color Harmonies of #64A587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A587

Black with #64A587

Text Example


Text Example

White with #64A587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,165,135); }

 H1.HeaderClassName
 {
   color: #64A587;
 }
 .AnyTagClassName
 {
   color: #64A587;
 }
</style>

background-color css

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

 a { background-color: rgb(100,165,135); }

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

border-color css

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

 span { border-color: rgb(100,165,135); }

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