#89ABAA

Color #89ABAA Ziggurat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ziggurat #89ABAA

Tints of Ziggurat #89ABAA

Color information

#89ABAA (or 0x89ABAA) is unknown color: approx Ziggurat. HEX triplet: 89, AB and AA. RGB value is (137,171,170). Sum of RGB (Red+Green+Blue) = 137+171+170=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 171 - color contains mainly: green. Hex color #89ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89ABAA is #765455. Grayscale: #A0A0A0. Windows color (decimal): -7754838 or 11185033. OLE color: 11185033.

HSL color Cylindrical-coordinate representation of color #89ABAA: hue angle of 178.24º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89ABAA is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB137171170-
CMYK0.2000.010.33
HSL178.24º16.83%60.39%-
HSV(B)178.24º19.88%67.06%-
XYZ32.1437.3543.55-
YUV160.72133.24111.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.66%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=28.66%
G=35.77%
B=35.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371711700.2000.010.33178.2416.8360.39
Hex89ABAA140121b2113c
Octal2112532522401412622174
Binary10001001101010111010101010100011000011011001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89ABAA; }

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

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

<style>
 a { background-color: #89ABAA; }

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

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

<style>
 span { border-color: #89ABAA; }

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

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