Html Css Color HEX #89ACAA Ziggurat

📋 copy color: '#89ACAA'

red 137 ◦ green 172 ◦ blue 170

#89ACAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ziggurat #89ACAA

Tints of Ziggurat #89ACAA

RGB

 RED value IS 137 (53.91% from 255) = 28.6%

 GREEN value IS 172 (67.58% from 255) = 35.91%

 BLUE value IS 170 (66.8% from 255) = 35.49%

R = 28.6%
G = 35.91%
B = 35.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#89ACAA (or 0x89ACAA) is known color: 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

RGB 137 172 170 -
CMYK 0.20 0 0.01 0.33
HSL 176.57º 0.17% 0.61% -
HSV(B) 176.57º 0.2% 0.67% -
XYZ 32.32 37.73 43.61 -
YUV 161.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 137 172 170 0.20 0 0.01 0.33 176.57 0.17 0.61
Hex 89 AC AA 14 0 1 21 B1 11 3D
Octal 211 254 252 24 0 1 41 261 21 75
Binary 10001001 10101100 10101010 10100 0 1 100001 10110001 10001 111101

Color Harmonies of #89ACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ACAA

Black with #89ACAA

Text Example


Text Example

White with #89ACAA

Text Example


Text Example

HTML Codes & Css Web 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>