#89AA9A

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

Shades of Padua #89AA9A

Tints of Padua #89AA9A

Color information

#89AA9A (or 0x89AA9A) is unknown color: approx Padua. HEX triplet: 89, AA and 9A. RGB value is (137,170,154). Sum of RGB (Red+Green+Blue) = 137+170+154=461 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.72% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AA9A is #765565. Grayscale: #9E9E9E. Windows color (decimal): -7755110 or 10136201. OLE color: 10136201.

HSL color Cylindrical-coordinate representation of color #89AA9A: hue angle of 150.91º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89AA9A is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB137170154-
CMYK0.1900.090.33
HSL150.91º16.26%60.2%-
HSV(B)150.91º19.41%66.67%-
XYZ30.5236.435.99-
YUV158.31125.57112.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.72%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 154 (60.55% from 255) = 33.41%
R=29.72%
G=36.88%
B=33.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371701540.1900.090.33150.9116.2660.2
Hex89AA9A13092197103c
Octal21125223223011412272074
Binary10001001101010101001101010011010011000011001011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,170,154); }

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

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

 a { background-color: rgb(137,170,154); }

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

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

 span { border-color: rgb(137,170,154); }

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