#6AA691

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

Shades of Acapulco #6AA691

Tints of Acapulco #6AA691

Color information

#6AA691 (or 0x6AA691) is unknown color: approx Acapulco. HEX triplet: 6A, A6 and 91. RGB value is (106,166,145). Sum of RGB (Red+Green+Blue) = 106+166+145=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 166 - color contains mainly: green. Hex color #6AA691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA691 is #95596E. Grayscale: #919191. Windows color (decimal): -9787759 or 9545322. OLE color: 9545322.

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

Color convert

RGB106166145-
CMYK0.3600.130.35
HSL159º25.21%53.33%-
HSV(B)159º36.14%65.1%-
XYZ24.6932.3831.74-
YUV145.67127.6299.71-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.42%
GREEN value IS 166 (65.23% from 255) = 39.81%
BLUE value IS 145 (57.03% from 255) = 34.77%
R=25.42%
G=39.81%
B=34.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1061661450.3600.130.3515925.2153.33
Hex6AA691240D239f1935
Octal15224622144015432373165
Binary11010101010011010010001100100011011000111001111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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