#89B09D

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

Shades of Padua #89B09D

Tints of Padua #89B09D

Color information

#89B09D (or 0x89B09D) is unknown color: approx Padua. HEX triplet: 89, B0 and 9D. RGB value is (137,176,157). Sum of RGB (Red+Green+Blue) = 137+176+157=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 176 - color contains mainly: green. Hex color #89B09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89B09D is #764F62. Grayscale: #A2A2A2. Windows color (decimal): -7753571 or 10334345. OLE color: 10334345.

HSL color Cylindrical-coordinate representation of color #89B09D: hue angle of 150.77º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #89B09D is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB137176157-
CMYK0.2200.110.31
HSL150.77º19.8%61.37%-
HSV(B)150.77º22.16%69.02%-
XYZ31.9338.837.71-
YUV162.17125.08110.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.15%
GREEN value IS 176 (69.14% from 255) = 37.45%
BLUE value IS 157 (61.72% from 255) = 33.40%
R=29.15%
G=37.45%
B=33.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1371761570.2200.110.31150.7719.861.37
Hex89B09D160B1F97143d
Octal21126023526013372272475
Binary1000100110110000100111011011001011111111001011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,176,157); }

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

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

 a { background-color: rgb(137,176,157); }

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

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

 span { border-color: rgb(137,176,157); }

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