#65A68A

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

Shades of Acapulco #65A68A

Tints of Acapulco #65A68A

Color information

#65A68A (or 0x65A68A) is unknown color: approx Acapulco. HEX triplet: 65, A6 and 8A. RGB value is (101,166,138). Sum of RGB (Red+Green+Blue) = 101+166+138=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 166 - color contains mainly: green. Hex color #65A68A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A68A is #9A5975. Grayscale: #8F8F8F. Windows color (decimal): -10115446 or 9086565. OLE color: 9086565.

HSL color Cylindrical-coordinate representation of color #65A68A: hue angle of 154.15º 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 #65A68A is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB101166138-
CMYK0.3900.170.35
HSL154.15º26.75%52.35%-
HSV(B)154.15º39.16%65.1%-
XYZ23.5931.8728.95-
YUV143.37124.9797.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.94%
GREEN value IS 166 (65.23% from 255) = 40.99%
BLUE value IS 138 (54.30% from 255) = 34.07%
R=24.94%
G=40.99%
B=34.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1011661380.3900.170.35154.1526.7552.35
Hex65A68A27011239a1b34
Octal14524621247021432323364
Binary110010110100110100010101001110100011000111001101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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