Html Css Color HEX #89ABAA Ziggurat

📋 copy color: '#89ABAA'

red 137 ◦ green 171 ◦ blue 170

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

Shades of Ziggurat #89ABAA

Tints of Ziggurat #89ABAA

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.8% from 255) = 35.56%

R = 28.66%
G = 35.77%
B = 35.56%

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

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

RGB 137 171 170 -
CMYK 0.20 0 0.01 0.33
HSL 178.24º 0.17% 0.6% -
HSV(B) 178.24º 0.2% 0.67% -
XYZ 32.14 37.35 43.55 -
YUV 160.72 133.24 111.08 -
System Red Green Blue C M Y K H S L
Decimal 137 171 170 0.20 0 0.01 0.33 178.24 0.17 0.6
Hex 89 AB AA 14 0 1 21 B2 11 3C
Octal 211 253 252 24 0 1 41 262 21 74
Binary 10001001 10101011 10101010 10100 0 1 100001 10110010 10001 111100

Color Harmonies of #89ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ABAA

Black with #89ABAA

Text Example


Text Example

White with #89ABAA

Text Example


Text Example

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