#6AA091

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

Shades of Acapulco #6AA091

Tints of Acapulco #6AA091

Color information

#6AA091 (or 0x6AA091) is unknown color: approx Acapulco. HEX triplet: 6A, A0 and 91. RGB value is (106,160,145). Sum of RGB (Red+Green+Blue) = 106+160+145=411 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.79% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 160 - color contains mainly: green. Hex color #6AA091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA091 is #955F6E. Grayscale: #8E8E8E. Windows color (decimal): -9789295 or 9543786. OLE color: 9543786.

HSL color Cylindrical-coordinate representation of color #6AA091: hue angle of 163.33º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6AA091 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB106160145-
CMYK0.3400.090.37
HSL163.33º22.13%52.16%-
HSV(B)163.33º33.75%62.75%-
XYZ23.6330.2531.38-
YUV142.14129.61102.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.79%
GREEN value IS 160 (62.89% from 255) = 38.93%
BLUE value IS 145 (57.03% from 255) = 35.28%
R=25.79%
G=38.93%
B=35.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1061601450.3400.090.37163.3322.1352.16
Hex6AA091220925a31634
Octal15224022142011452432664
Binary11010101010000010010001100010010011001011010001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,160,145); }

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

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

 a { background-color: rgb(106,160,145); }

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

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

 span { border-color: rgb(106,160,145); }

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