Shades of Padua #89AE9A
Tints of Padua #89AE9A
RGB
CMYK
RGB Variations
Color information
#89AE9A (or 0x89AE9A) is known color: Padua. HEX triplet: 89, AE and 9A. RGB value is (137,174,154). Sum of RGB (Red+Green+Blue) = 137+174+154=465 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.46% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 174 - color contains mainly: green. Hex color #89AE9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AE9A is #765165. Grayscale: #A0A0A0. Windows color (decimal): -7754086 or 10137225. OLE color: 10137225.
HSL color Cylindrical-coordinate representation of color #89AE9A: hue angle of 147.57º degrees, saturation: 0.19, 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 #89AE9A is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 174 | 154 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.32 |
| HSL | 147.57º | 0.19% | 0.61% | - |
| HSV(B) | 147.57º | 0.21% | 0.68% | - |
| XYZ | 31.29 | 37.92 | 36.24 | - |
| YUV | 160.66 | 124.24 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 174 | 154 | 0.21 | 0 | 0.11 | 0.32 | 147.57 | 0.19 | 0.61 |
| Hex | 89 | AE | 9A | 15 | 0 | B | 20 | 94 | 13 | 3D |
| Octal | 211 | 256 | 232 | 25 | 0 | 13 | 40 | 224 | 23 | 75 |
| Binary | 10001001 | 10101110 | 10011010 | 10101 | 0 | 1011 | 100000 | 10010100 | 10011 | 111101 |
Color Harmonies of #89AE9A
Complementary color
Monochromatic Colors of #89AE9A
Black with #89AE9A
Text Example
Text Example
White with #89AE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AE9A; }
p { color: rgb(137,174,154); }
H1.HeaderClassName
{
color: #89AE9A;
}
.AnyTagClassName
{
color: #89AE9A;
}
</style>
background-color css
<style>
a { background-color: #89AE9A; }
a { background-color: rgb(137,174,154); }
div.DivClassName
{
background-color: #89AE9A;
}
.BgClassName
{
background-color: #89AE9A;
}
</style>
border-color css
<style>
span { border-color: #89AE9A; }
span { border-color: rgb(137,174,154); }
td.TdClassName
{
border-color: #89AE9A;
}
.TagClassName
{
border-color: #89AE9A;
}
</style>