#89ACAA

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

Shades of Ziggurat #89ACAA

Tints of Ziggurat #89ACAA

Color information

#89ACAA (or 0x89ACAA) is unknown color: approx Ziggurat. HEX triplet: 89, AC and AA. RGB value is (137,172,170). Sum of RGB (Red+Green+Blue) = 137+172+170=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 172 - color contains mainly: green. Hex color #89ACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89ACAA is #765355. Grayscale: #A1A1A1. Windows color (decimal): -7754582 or 11185289. OLE color: 11185289.

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

Color convert

RGB137172170-
CMYK0.2000.010.33
HSL176.57º17.41%60.59%-
HSV(B)176.57º20.35%67.45%-
XYZ32.3237.7343.61-
YUV161.31132.9110.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.60%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 170 (66.80% from 255) = 35.49%
R=28.60%
G=35.91%
B=35.49%

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
Decimal1371721700.2000.010.33176.5717.4160.59
Hex89ACAA140121b1113d
Octal2112542522401412612175
Binary10001001101011001010101010100011000011011000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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