Shades of Padua #89AB96
Tints of Padua #89AB96
RGB
CMYK
RGB Variations
Color information
#89AB96 (or 0x89AB96) is known color: Padua. HEX triplet: 89, AB and 96. RGB value is (137,171,150). Sum of RGB (Red+Green+Blue) = 137+171+150=458 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.91% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 171 - color contains mainly: green. Hex color #89AB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AB96 is #765469. Grayscale: #9E9E9E. Windows color (decimal): -7754858 or 9874313. OLE color: 9874313.
HSL color Cylindrical-coordinate representation of color #89AB96: hue angle of 142.94º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89AB96 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 171 | 150 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.33 |
| HSL | 142.94º | 0.17% | 0.6% | - |
| HSV(B) | 142.94º | 0.2% | 0.67% | - |
| XYZ | 30.38 | 36.65 | 34.33 | - |
| YUV | 158.44 | 123.24 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 171 | 150 | 0.20 | 0 | 0.12 | 0.33 | 142.94 | 0.17 | 0.6 |
| Hex | 89 | AB | 96 | 14 | 0 | C | 21 | 8F | 11 | 3C |
| Octal | 211 | 253 | 226 | 24 | 0 | 14 | 41 | 217 | 21 | 74 |
| Binary | 10001001 | 10101011 | 10010110 | 10100 | 0 | 1100 | 100001 | 10001111 | 10001 | 111100 |
Color Harmonies of #89AB96
Complementary color
Monochromatic Colors of #89AB96
Black with #89AB96
Text Example
Text Example
White with #89AB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AB96; }
p { color: rgb(137,171,150); }
H1.HeaderClassName
{
color: #89AB96;
}
.AnyTagClassName
{
color: #89AB96;
}
</style>
background-color css
<style>
a { background-color: #89AB96; }
a { background-color: rgb(137,171,150); }
div.DivClassName
{
background-color: #89AB96;
}
.BgClassName
{
background-color: #89AB96;
}
</style>
border-color css
<style>
span { border-color: #89AB96; }
span { border-color: rgb(137,171,150); }
td.TdClassName
{
border-color: #89AB96;
}
.TagClassName
{
border-color: #89AB96;
}
</style>