Shades of Padua #89AA9A
Tints of Padua #89AA9A
RGB
CMYK
RGB Variations
Color information
#89AA9A (or 0x89AA9A) is known color: Padua. HEX triplet: 89, AA and 9A. RGB value is (137,170,154). Sum of RGB (Red+Green+Blue) = 137+170+154=461 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.72% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AA9A is #765565. Grayscale: #9E9E9E. Windows color (decimal): -7755110 or 10136201. OLE color: 10136201.
HSL color Cylindrical-coordinate representation of color #89AA9A: hue angle of 150.91º 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 #89AA9A is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 170 | 154 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.33 |
| HSL | 150.91º | 0.16% | 0.6% | - |
| HSV(B) | 150.91º | 0.19% | 0.67% | - |
| XYZ | 30.52 | 36.4 | 35.99 | - |
| YUV | 158.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 154 | 0.19 | 0 | 0.09 | 0.33 | 150.91 | 0.16 | 0.6 |
| Hex | 89 | AA | 9A | 13 | 0 | 9 | 21 | 97 | 10 | 3C |
| Octal | 211 | 252 | 232 | 23 | 0 | 11 | 41 | 227 | 20 | 74 |
| Binary | 10001001 | 10101010 | 10011010 | 10011 | 0 | 1001 | 100001 | 10010111 | 10000 | 111100 |
Color Harmonies of #89AA9A
Complementary color
Monochromatic Colors of #89AA9A
Black with #89AA9A
Text Example
Text Example
White with #89AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AA9A; }
p { color: rgb(137,170,154); }
H1.HeaderClassName
{
color: #89AA9A;
}
.AnyTagClassName
{
color: #89AA9A;
}
</style>
background-color css
<style>
a { background-color: #89AA9A; }
a { background-color: rgb(137,170,154); }
div.DivClassName
{
background-color: #89AA9A;
}
.BgClassName
{
background-color: #89AA9A;
}
</style>
border-color css
<style>
span { border-color: #89AA9A; }
span { border-color: rgb(137,170,154); }
td.TdClassName
{
border-color: #89AA9A;
}
.TagClassName
{
border-color: #89AA9A;
}
</style>