Shades of Padua #89AD99
Tints of Padua #89AD99
RGB
CMYK
RGB Variations
Color information
#89AD99 (or 0x89AD99) is known color: Padua. HEX triplet: 89, AD and 99. RGB value is (137,173,153). Sum of RGB (Red+Green+Blue) = 137+173+153=463 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.59% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 173 - color contains mainly: green. Hex color #89AD99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AD99 is #765266. Grayscale: #A0A0A0. Windows color (decimal): -7754343 or 10071433. OLE color: 10071433.
HSL color Cylindrical-coordinate representation of color #89AD99: hue angle of 146.67º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89AD99 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 173 | 153 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.32 |
| HSL | 146.67º | 0.18% | 0.61% | - |
| HSV(B) | 146.67º | 0.21% | 0.68% | - |
| XYZ | 31.01 | 37.51 | 35.74 | - |
| YUV | 159.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 173 | 153 | 0.21 | 0 | 0.12 | 0.32 | 146.67 | 0.18 | 0.61 |
| Hex | 89 | AD | 99 | 15 | 0 | C | 20 | 93 | 12 | 3D |
| Octal | 211 | 255 | 231 | 25 | 0 | 14 | 40 | 223 | 22 | 75 |
| Binary | 10001001 | 10101101 | 10011001 | 10101 | 0 | 1100 | 100000 | 10010011 | 10010 | 111101 |
Color Harmonies of #89AD99
Complementary color
Monochromatic Colors of #89AD99
Black with #89AD99
Text Example
Text Example
White with #89AD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AD99; }
p { color: rgb(137,173,153); }
H1.HeaderClassName
{
color: #89AD99;
}
.AnyTagClassName
{
color: #89AD99;
}
</style>
background-color css
<style>
a { background-color: #89AD99; }
a { background-color: rgb(137,173,153); }
div.DivClassName
{
background-color: #89AD99;
}
.BgClassName
{
background-color: #89AD99;
}
</style>
border-color css
<style>
span { border-color: #89AD99; }
span { border-color: rgb(137,173,153); }
td.TdClassName
{
border-color: #89AD99;
}
.TagClassName
{
border-color: #89AD99;
}
</style>