#65A48D

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

Shades of Acapulco #65A48D

Tints of Acapulco #65A48D

Color information

#65A48D (or 0x65A48D) is unknown color: approx Acapulco. HEX triplet: 65, A4 and 8D. RGB value is (101,164,141). Sum of RGB (Red+Green+Blue) = 101+164+141=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #65A48D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A48D is #9A5B72. Grayscale: #8E8E8E. Windows color (decimal): -10115955 or 9282661. OLE color: 9282661.

HSL color Cylindrical-coordinate representation of color #65A48D: hue angle of 158.1º 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 #65A48D is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB101164141-
CMYK0.3800.140.36
HSL158.1º25.71%51.96%-
HSV(B)158.1º38.41%64.31%-
XYZ23.4531.2429.99-
YUV142.54127.1398.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.88%
GREEN value IS 164 (64.45% from 255) = 40.39%
BLUE value IS 141 (55.47% from 255) = 34.73%
R=24.88%
G=40.39%
B=34.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011641410.3800.140.36158.125.7151.96
Hex65A48D260E249e1a34
Octal14524421546016442363264
Binary11001011010010010001101100110011101001001001111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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