#89B5B4

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

Shades of Ziggurat #89B5B4

Tints of Ziggurat #89B5B4

Color information

#89B5B4 (or 0x89B5B4) is unknown color: approx Ziggurat. HEX triplet: 89, B5 and B4. RGB value is (137,181,180). Sum of RGB (Red+Green+Blue) = 137+181+180=498 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.51% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 181 - color contains mainly: green. Hex color #89B5B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B5B4 is #764A4B. Grayscale: #A7A7A7. Windows color (decimal): -7752268 or 11842953. OLE color: 11842953.

HSL color Cylindrical-coordinate representation of color #89B5B4: hue angle of 178.64º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #89B5B4 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB137181180-
CMYK0.2400.010.29
HSL178.64º22.92%62.35%-
HSV(B)178.64º24.31%70.98%-
XYZ35.0841.6649.37-
YUV167.73134.92106.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.51%
GREEN value IS 181 (71.09% from 255) = 36.35%
BLUE value IS 180 (70.70% from 255) = 36.14%
R=27.51%
G=36.35%
B=36.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1371811800.2400.010.29178.6422.9262.35
Hex89B5B418011Db3173e
Octal2112652643001352632776
Binary1000100110110101101101001100001111011011001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,181,180); }

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

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

 a { background-color: rgb(137,181,180); }

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

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

 span { border-color: rgb(137,181,180); }

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