#65A48A

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

Shades of Acapulco #65A48A

Tints of Acapulco #65A48A

Color information

#65A48A (or 0x65A48A) is unknown color: approx Acapulco. HEX triplet: 65, A4 and 8A. RGB value is (101,164,138). Sum of RGB (Red+Green+Blue) = 101+164+138=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 164 - color contains mainly: green. Hex color #65A48A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A48A is #9A5B75. Grayscale: #8E8E8E. Windows color (decimal): -10115958 or 9086053. OLE color: 9086053.

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

Color convert

RGB101164138-
CMYK0.3800.160.36
HSL155.24º25.71%51.96%-
HSV(B)155.24º38.41%64.31%-
XYZ23.2331.1528.83-
YUV142.2125.6398.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.06%
GREEN value IS 164 (64.45% from 255) = 40.69%
BLUE value IS 138 (54.30% from 255) = 34.24%
R=25.06%
G=40.69%
B=34.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011641380.3800.160.36155.2425.7151.96
Hex65A48A26010249b1a34
Octal14524421246020442333264
Binary110010110100100100010101001100100001001001001101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65A48A; }

 p { color: rgb(101,164,138); }

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

<style>
 a { background-color: #65A48A; }

 a { background-color: rgb(101,164,138); }

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

<style>
 span { border-color: #65A48A; }

 span { border-color: rgb(101,164,138); }

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