#89A093

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

Shades of Padua #89A093

Tints of Padua #89A093

Color information

#89A093 (or 0x89A093) is unknown color: approx Padua. HEX triplet: 89, A0 and 93. RGB value is (137,160,147). Sum of RGB (Red+Green+Blue) = 137+160+147=444 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.86% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 160 - color contains mainly: green. Hex color #89A093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A093 is #765F6C. Grayscale: #979797. Windows color (decimal): -7757677 or 9674889. OLE color: 9674889.

HSL color Cylindrical-coordinate representation of color #89A093: hue angle of 146.09º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #89A093 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB137160147-
CMYK0.1400.080.37
HSL146.09º10.8%58.24%-
HSV(B)146.09º14.37%62.75%-
XYZ28.1532.5732.41-
YUV151.64125.38117.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.86%
GREEN value IS 160 (62.89% from 255) = 36.04%
BLUE value IS 147 (57.81% from 255) = 33.11%
R=30.86%
G=36.04%
B=33.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1371601470.1400.080.37146.0910.858.24
Hex89A093E082592b3a
Octal21124022316010452221372
Binary100010011010000010010011111001000100101100100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,160,147); }

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

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

 a { background-color: rgb(137,160,147); }

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

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

 span { border-color: rgb(137,160,147); }

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