#6AAB8B

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

Shades of Acapulco #6AAB8B

Tints of Acapulco #6AAB8B

Color information

#6AAB8B (or 0x6AAB8B) is unknown color: approx Acapulco. HEX triplet: 6A, AB and 8B. RGB value is (106,171,139). Sum of RGB (Red+Green+Blue) = 106+171+139=416 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.48% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAB8B is #955474. Grayscale: #939393. Windows color (decimal): -9786485 or 9153386. OLE color: 9153386.

HSL color Cylindrical-coordinate representation of color #6AAB8B: hue angle of 150.46º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAB8B is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB106171139-
CMYK0.3800.190.33
HSL150.46º27.9%54.31%-
HSV(B)150.46º38.01%67.06%-
XYZ25.1734.0529.67-
YUV147.92122.9798.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.48%
GREEN value IS 171 (67.19% from 255) = 41.11%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=25.48%
G=41.11%
B=33.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061711390.3800.190.33150.4627.954.31
Hex6AAB8B2601321961c36
Octal15225321346023412263466
Binary110101010101011100010111001100100111000011001011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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