Shades of Padua #89B09C
Tints of Padua #89B09C
RGB
CMYK
RGB Variations
Color information
#89B09C (or 0x89B09C) is known color: Padua. HEX triplet: 89, B0 and 9C. RGB value is (137,176,156). Sum of RGB (Red+Green+Blue) = 137+176+156=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 176 - color contains mainly: green. Hex color #89B09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89B09C is #764F63. Grayscale: #A2A2A2. Windows color (decimal): -7753572 or 10268809. OLE color: 10268809.
HSL color Cylindrical-coordinate representation of color #89B09C: hue angle of 149.23º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #89B09C is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 176 | 156 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.31 |
| HSL | 149.23º | 0.2% | 0.61% | - |
| HSV(B) | 149.23º | 0.22% | 0.69% | - |
| XYZ | 31.84 | 38.77 | 37.26 | - |
| YUV | 162.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 176 | 156 | 0.22 | 0 | 0.11 | 0.31 | 149.23 | 0.2 | 0.61 |
| Hex | 89 | B0 | 9C | 16 | 0 | B | 1F | 95 | 14 | 3D |
| Octal | 211 | 260 | 234 | 26 | 0 | 13 | 37 | 225 | 24 | 75 |
| Binary | 10001001 | 10110000 | 10011100 | 10110 | 0 | 1011 | 11111 | 10010101 | 10100 | 111101 |
Color Harmonies of #89B09C
Complementary color
Monochromatic Colors of #89B09C
Black with #89B09C
Text Example
Text Example
White with #89B09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B09C; }
p { color: rgb(137,176,156); }
H1.HeaderClassName
{
color: #89B09C;
}
.AnyTagClassName
{
color: #89B09C;
}
</style>
background-color css
<style>
a { background-color: #89B09C; }
a { background-color: rgb(137,176,156); }
div.DivClassName
{
background-color: #89B09C;
}
.BgClassName
{
background-color: #89B09C;
}
</style>
border-color css
<style>
span { border-color: #89B09C; }
span { border-color: rgb(137,176,156); }
td.TdClassName
{
border-color: #89B09C;
}
.TagClassName
{
border-color: #89B09C;
}
</style>