Shades of Padua #89A193
Tints of Padua #89A193
RGB
CMYK
RGB Variations
Color information
#89A193 (or 0x89A193) is known color: Padua. HEX triplet: 89, A1 and 93. RGB value is (137,161,147). Sum of RGB (Red+Green+Blue) = 137+161+147=445 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.79% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 161 - color contains mainly: green. Hex color #89A193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A193 is #765E6C. Grayscale: #989898. Windows color (decimal): -7757421 or 9675145. OLE color: 9675145.
HSL color Cylindrical-coordinate representation of color #89A193: hue angle of 145º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #89A193 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 161 | 147 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.37 |
| HSL | 145º | 0.11% | 0.58% | - |
| HSV(B) | 145º | 0.15% | 0.63% | - |
| XYZ | 28.33 | 32.91 | 32.46 | - |
| YUV | 152.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 161 | 147 | 0.15 | 0 | 0.09 | 0.37 | 145 | 0.11 | 0.58 |
| Hex | 89 | A1 | 93 | F | 0 | 9 | 25 | 91 | B | 3A |
| Octal | 211 | 241 | 223 | 17 | 0 | 11 | 45 | 221 | 13 | 72 |
| Binary | 10001001 | 10100001 | 10010011 | 1111 | 0 | 1001 | 100101 | 10010001 | 1011 | 111010 |
Color Harmonies of #89A193
Complementary color
Monochromatic Colors of #89A193
Black with #89A193
Text Example
Text Example
White with #89A193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A193; }
p { color: rgb(137,161,147); }
H1.HeaderClassName
{
color: #89A193;
}
.AnyTagClassName
{
color: #89A193;
}
</style>
background-color css
<style>
a { background-color: #89A193; }
a { background-color: rgb(137,161,147); }
div.DivClassName
{
background-color: #89A193;
}
.BgClassName
{
background-color: #89A193;
}
</style>
border-color css
<style>
span { border-color: #89A193; }
span { border-color: rgb(137,161,147); }
td.TdClassName
{
border-color: #89A193;
}
.TagClassName
{
border-color: #89A193;
}
</style>