#6AAB89

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

Shades of Acapulco #6AAB89

Tints of Acapulco #6AAB89

Color information

#6AAB89 (or 0x6AAB89) is unknown color: approx Acapulco. HEX triplet: 6A, AB and 89. RGB value is (106,171,137). Sum of RGB (Red+Green+Blue) = 106+171+137=414 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.60% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAB89 is #955476. Grayscale: #939393. Windows color (decimal): -9786487 or 9022314. OLE color: 9022314.

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

Color convert

RGB106171137-
CMYK0.3800.200.33
HSL148.62º27.9%54.31%-
HSV(B)148.62º38.01%67.06%-
XYZ25.023428.91-
YUV147.69121.9798.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.60%
GREEN value IS 171 (67.19% from 255) = 41.30%
BLUE value IS 137 (53.91% from 255) = 33.09%
R=25.60%
G=41.30%
B=33.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061711370.3800.200.33148.6227.954.31
Hex6AAB892601421951c36
Octal15225321146024412253466
Binary110101010101011100010011001100101001000011001010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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