#6AAB8F

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

Shades of Acapulco #6AAB8F

Tints of Acapulco #6AAB8F

Color information

#6AAB8F (or 0x6AAB8F) is unknown color: approx Acapulco. HEX triplet: 6A, AB and 8F. RGB value is (106,171,143). Sum of RGB (Red+Green+Blue) = 106+171+143=420 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.24% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAB8F is #955470. Grayscale: #949494. Windows color (decimal): -9786481 or 9415530. OLE color: 9415530.

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

Color convert

RGB106171143-
CMYK0.3800.160.33
HSL154.15º27.9%54.31%-
HSV(B)154.15º38.01%67.06%-
XYZ25.4634.1731.24-
YUV148.37124.9797.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.24%
GREEN value IS 171 (67.19% from 255) = 40.71%
BLUE value IS 143 (56.25% from 255) = 34.05%
R=25.24%
G=40.71%
B=34.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061711430.3800.160.33154.1527.954.31
Hex6AAB8F26010219a1c36
Octal15225321746020412323466
Binary110101010101011100011111001100100001000011001101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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