#6AA68B

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

Shades of Acapulco #6AA68B

Tints of Acapulco #6AA68B

Color information

#6AA68B (or 0x6AA68B) is unknown color: approx Acapulco. HEX triplet: 6A, A6 and 8B. RGB value is (106,166,139). Sum of RGB (Red+Green+Blue) = 106+166+139=411 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.79% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 166 - color contains mainly: green. Hex color #6AA68B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA68B is #955974. Grayscale: #919191. Windows color (decimal): -9787765 or 9152106. OLE color: 9152106.

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

Color convert

RGB106166139-
CMYK0.3600.160.35
HSL153º25.21%53.33%-
HSV(B)153º36.14%65.1%-
XYZ24.2432.229.36-
YUV144.98124.62100.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.79%
GREEN value IS 166 (65.23% from 255) = 40.39%
BLUE value IS 139 (54.69% from 255) = 33.82%
R=25.79%
G=40.39%
B=33.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1061661390.3600.160.3515325.2153.33
Hex6AA68B2401023991935
Octal15224621344020432313165
Binary110101010100110100010111001000100001000111001100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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