Shades of Padua #89AD9A
Tints of Padua #89AD9A
RGB
CMYK
RGB Variations
Color information
#89AD9A (or 0x89AD9A) is known color: Padua. HEX triplet: 89, AD and 9A. RGB value is (137,173,154). Sum of RGB (Red+Green+Blue) = 137+173+154=464 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.53% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 173 - color contains mainly: green. Hex color #89AD9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AD9A is #765265. Grayscale: #A0A0A0. Windows color (decimal): -7754342 or 10136969. OLE color: 10136969.
HSL color Cylindrical-coordinate representation of color #89AD9A: hue angle of 148.33º 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 #89AD9A is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 173 | 154 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.32 |
| HSL | 148.33º | 0.18% | 0.61% | - |
| HSV(B) | 148.33º | 0.21% | 0.68% | - |
| XYZ | 31.09 | 37.54 | 36.18 | - |
| YUV | 160.07 | 124.57 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 173 | 154 | 0.21 | 0 | 0.11 | 0.32 | 148.33 | 0.18 | 0.61 |
| Hex | 89 | AD | 9A | 15 | 0 | B | 20 | 94 | 12 | 3D |
| Octal | 211 | 255 | 232 | 25 | 0 | 13 | 40 | 224 | 22 | 75 |
| Binary | 10001001 | 10101101 | 10011010 | 10101 | 0 | 1011 | 100000 | 10010100 | 10010 | 111101 |
Color Harmonies of #89AD9A
Complementary color
Monochromatic Colors of #89AD9A
Black with #89AD9A
Text Example
Text Example
White with #89AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AD9A; }
p { color: rgb(137,173,154); }
H1.HeaderClassName
{
color: #89AD9A;
}
.AnyTagClassName
{
color: #89AD9A;
}
</style>
background-color css
<style>
a { background-color: #89AD9A; }
a { background-color: rgb(137,173,154); }
div.DivClassName
{
background-color: #89AD9A;
}
.BgClassName
{
background-color: #89AD9A;
}
</style>
border-color css
<style>
span { border-color: #89AD9A; }
span { border-color: rgb(137,173,154); }
td.TdClassName
{
border-color: #89AD9A;
}
.TagClassName
{
border-color: #89AD9A;
}
</style>