#65AA88

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

Shades of Acapulco #65AA88

Tints of Acapulco #65AA88

Color information

#65AA88 (or 0x65AA88) is unknown color: approx Acapulco. HEX triplet: 65, AA and 88. RGB value is (101,170,136). Sum of RGB (Red+Green+Blue) = 101+170+136=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #65AA88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AA88 is #9A5577. Grayscale: #919191. Windows color (decimal): -10114424 or 8956517. OLE color: 8956517.

HSL color Cylindrical-coordinate representation of color #65AA88: hue angle of 150.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65AA88 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB101170136-
CMYK0.4100.200.33
HSL150.43º28.87%53.14%-
HSV(B)150.43º40.59%66.67%-
XYZ24.1933.2928.44-
YUV145.49122.6496.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.82%
GREEN value IS 170 (66.80% from 255) = 41.77%
BLUE value IS 136 (53.52% from 255) = 33.42%
R=24.82%
G=41.77%
B=33.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011701360.4100.200.33150.4328.8753.14
Hex65AA882901421961d35
Octal14525221051024412263565
Binary110010110101010100010001010010101001000011001011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,170,136); }

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

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

 a { background-color: rgb(101,170,136); }

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

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

 span { border-color: rgb(101,170,136); }

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