#89AC98

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

Shades of Padua #89AC98

Tints of Padua #89AC98

Color information

#89AC98 (or 0x89AC98) is unknown color: approx Padua. HEX triplet: 89, AC and 98. RGB value is (137,172,152). Sum of RGB (Red+Green+Blue) = 137+172+152=461 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.72% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 172 - color contains mainly: green. Hex color #89AC98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AC98 is #765367. Grayscale: #9F9F9F. Windows color (decimal): -7754600 or 10005641. OLE color: 10005641.

HSL color Cylindrical-coordinate representation of color #89AC98: hue angle of 145.71º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89AC98 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB137172152-
CMYK0.2000.120.33
HSL145.71º17.41%60.59%-
HSV(B)145.71º20.35%67.45%-
XYZ30.7437.0935.24-
YUV159.26123.9112.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.72%
GREEN value IS 172 (67.58% from 255) = 37.31%
BLUE value IS 152 (59.77% from 255) = 32.97%
R=29.72%
G=37.31%
B=32.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371721520.2000.120.33145.7117.4160.59
Hex89AC98140C2192113d
Octal21125423024014412222175
Binary10001001101011001001100010100011001000011001001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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