#89AA98

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

Shades of Padua #89AA98

Tints of Padua #89AA98

Color information

#89AA98 (or 0x89AA98) is unknown color: approx Padua. HEX triplet: 89, AA and 98. RGB value is (137,170,152). Sum of RGB (Red+Green+Blue) = 137+170+152=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AA98 is #765567. Grayscale: #9E9E9E. Windows color (decimal): -7755112 or 10005129. OLE color: 10005129.

HSL color Cylindrical-coordinate representation of color #89AA98: hue angle of 147.27º 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 #89AA98 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB137170152-
CMYK0.1900.110.33
HSL147.27º16.26%60.2%-
HSV(B)147.27º19.41%66.67%-
XYZ30.3636.3335.12-
YUV158.08124.57112.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.85%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 152 (59.77% from 255) = 33.12%
R=29.85%
G=37.04%
B=33.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371701520.1900.110.33147.2716.2660.2
Hex89AA98130B2193103c
Octal21125223023013412232074
Binary10001001101010101001100010011010111000011001001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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