Html Css Color HEX #89ABAE Ziggurat

📋 copy color: '#89ABAE'

red 137 ◦ green 171 ◦ blue 174

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

Shades of Ziggurat #89ABAE

Tints of Ziggurat #89ABAE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.48%

 BLUE value IS 174 (68.36% from 255) = 36.1%

R = 28.42%
G = 35.48%
B = 36.1%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#89ABAE (or 0x89ABAE) is known color: Ziggurat. HEX triplet: 89, AB and AE. RGB value is (137,171,174). Sum of RGB (Red+Green+Blue) = 137+171+174=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 174 - color contains mainly: blue. Hex color #89ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89ABAE is #765451. Grayscale: #A1A1A1. Windows color (decimal): -7754834 or 11447177. OLE color: 11447177.

HSL color Cylindrical-coordinate representation of color #89ABAE: hue angle of 184.86º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89ABAE is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 137 171 174 -
CMYK 0.21 0.02 0 0.32
HSL 184.86º 0.19% 0.61% -
HSV(B) 184.86º 0.21% 0.68% -
XYZ 32.52 37.5 45.57 -
YUV 161.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 137 171 174 0.21 0.02 0 0.32 184.86 0.19 0.61
Hex 89 AB AE 15 2 0 20 B9 13 3D
Octal 211 253 256 25 2 0 40 271 23 75
Binary 10001001 10101011 10101110 10101 10 0 100000 10111001 10011 111101

Color Harmonies of #89ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ABAE

Black with #89ABAE

Text Example


Text Example

White with #89ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89ABAE;
 }
 .AnyTagClassName
 {
   color: #89ABAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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