#6AA58C

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

Shades of Acapulco #6AA58C

Tints of Acapulco #6AA58C

Color information

#6AA58C (or 0x6AA58C) is unknown color: approx Acapulco. HEX triplet: 6A, A5 and 8C. RGB value is (106,165,140). Sum of RGB (Red+Green+Blue) = 106+165+140=411 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.79% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 165 - color contains mainly: green. Hex color #6AA58C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA58C is #955A73. Grayscale: #909090. Windows color (decimal): -9788020 or 9217386. OLE color: 9217386.

HSL color Cylindrical-coordinate representation of color #6AA58C: hue angle of 154.58º 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 #6AA58C is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB106165140-
CMYK0.3600.150.35
HSL154.58º24.69%53.14%-
HSV(B)154.58º35.76%64.71%-
XYZ24.1331.8729.69-
YUV144.51125.45100.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.79%
GREEN value IS 165 (64.84% from 255) = 40.15%
BLUE value IS 140 (55.08% from 255) = 34.06%
R=25.79%
G=40.15%
B=34.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1061651400.3600.150.35154.5824.6953.14
Hex6AA58C240F239b1935
Octal15224521444017432333165
Binary11010101010010110001100100100011111000111001101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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