Shades of Padua #89AA98
Tints of Padua #89AA98
RGB
CMYK
RGB Variations
Color information
#89AA98 (or 0x89AA98) is known color: Padua. HEX triplet: 89, AA and 98. RGB value is (137,170,152). Sum of RGB (Red+Green+Blue) = 137+170+152=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AA98 is #765567. Grayscale: #9E9E9E. Windows color (decimal): -7755112 or 10005129. OLE color: 10005129.
HSL color Cylindrical-coordinate representation of color #89AA98: hue angle of 147.27º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89AA98 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 170 | 152 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.33 |
| HSL | 147.27º | 0.16% | 0.6% | - |
| HSV(B) | 147.27º | 0.19% | 0.67% | - |
| XYZ | 30.36 | 36.33 | 35.12 | - |
| YUV | 158.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 152 | 0.19 | 0 | 0.11 | 0.33 | 147.27 | 0.16 | 0.6 |
| Hex | 89 | AA | 98 | 13 | 0 | B | 21 | 93 | 10 | 3C |
| Octal | 211 | 252 | 230 | 23 | 0 | 13 | 41 | 223 | 20 | 74 |
| Binary | 10001001 | 10101010 | 10011000 | 10011 | 0 | 1011 | 100001 | 10010011 | 10000 | 111100 |
Color Harmonies of #89AA98
Complementary color
Monochromatic Colors of #89AA98
Black with #89AA98
Text Example
Text Example
White with #89AA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AA98; }
p { color: rgb(137,170,152); }
H1.HeaderClassName
{
color: #89AA98;
}
.AnyTagClassName
{
color: #89AA98;
}
</style>
background-color css
<style>
a { background-color: #89AA98; }
a { background-color: rgb(137,170,152); }
div.DivClassName
{
background-color: #89AA98;
}
.BgClassName
{
background-color: #89AA98;
}
</style>
border-color css
<style>
span { border-color: #89AA98; }
span { border-color: rgb(137,170,152); }
td.TdClassName
{
border-color: #89AA98;
}
.TagClassName
{
border-color: #89AA98;
}
</style>