#89A495

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

Shades of Padua #89A495

Tints of Padua #89A495

Color information

#89A495 (or 0x89A495) is unknown color: approx Padua. HEX triplet: 89, A4 and 95. RGB value is (137,164,149). Sum of RGB (Red+Green+Blue) = 137+164+149=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 164 - color contains mainly: green. Hex color #89A495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A495 is #765B6A. Grayscale: #9A9A9A. Windows color (decimal): -7756651 or 9806985. OLE color: 9806985.

HSL color Cylindrical-coordinate representation of color #89A495: hue angle of 146.67º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89A495 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB137164149-
CMYK0.1600.090.36
HSL146.67º12.92%59.02%-
HSV(B)146.67º16.46%64.31%-
XYZ29.0234.0433.47-
YUV154.22125.05115.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.44%
GREEN value IS 164 (64.45% from 255) = 36.44%
BLUE value IS 149 (58.59% from 255) = 33.11%
R=30.44%
G=36.44%
B=33.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1371641490.1600.090.36146.6712.9259.02
Hex89A49510092493d3b
Octal21124422520011442231573
Binary1000100110100100100101011000001001100100100100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,164,149); }

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

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

 a { background-color: rgb(137,164,149); }

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

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

 span { border-color: rgb(137,164,149); }

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