#6AA588

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

Shades of Acapulco #6AA588

Tints of Acapulco #6AA588

Color information

#6AA588 (or 0x6AA588) is unknown color: approx Acapulco. HEX triplet: 6A, A5 and 88. RGB value is (106,165,136). Sum of RGB (Red+Green+Blue) = 106+165+136=407 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.04% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 165 - color contains mainly: green. Hex color #6AA588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA588 is #955A77. Grayscale: #909090. Windows color (decimal): -9788024 or 8955242. OLE color: 8955242.

HSL color Cylindrical-coordinate representation of color #6AA588: hue angle of 150.51º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6AA588 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB106165136-
CMYK0.3600.180.35
HSL150.51º24.69%53.14%-
HSV(B)150.51º35.76%64.71%-
XYZ23.8431.7528.16-
YUV144.05123.45100.86-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.04%
GREEN value IS 165 (64.84% from 255) = 40.54%
BLUE value IS 136 (53.52% from 255) = 33.42%
R=26.04%
G=40.54%
B=33.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1061651360.3600.180.35150.5124.6953.14
Hex6AA5882401223971935
Octal15224521044022432273165
Binary110101010100101100010001001000100101000111001011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AA588; }

 p { color: rgb(106,165,136); }

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

<style>
 a { background-color: #6AA588; }

 a { background-color: rgb(106,165,136); }

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

<style>
 span { border-color: #6AA588; }

 span { border-color: rgb(106,165,136); }

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