Shades of Padua #88AA95
Tints of Padua #88AA95
RGB
CMYK
RGB Variations
Color information
#88AA95 (or 0x88AA95) is known color: Padua. HEX triplet: 88, AA and 95. RGB value is (136,170,149). Sum of RGB (Red+Green+Blue) = 136+170+149=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AA95 is #77556A. Grayscale: #9D9D9D. Windows color (decimal): -7820651 or 9808520. OLE color: 9808520.
HSL color Cylindrical-coordinate representation of color #88AA95: hue angle of 142.94º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88AA95 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 170 | 149 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.33 |
| HSL | 142.94º | 0.17% | 0.6% | - |
| HSV(B) | 142.94º | 0.2% | 0.67% | - |
| XYZ | 29.95 | 36.15 | 33.83 | - |
| YUV | 157.44 | 123.24 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 170 | 149 | 0.20 | 0 | 0.12 | 0.33 | 142.94 | 0.17 | 0.6 |
| Hex | 88 | AA | 95 | 14 | 0 | C | 21 | 8F | 11 | 3C |
| Octal | 210 | 252 | 225 | 24 | 0 | 14 | 41 | 217 | 21 | 74 |
| Binary | 10001000 | 10101010 | 10010101 | 10100 | 0 | 1100 | 100001 | 10001111 | 10001 | 111100 |
Color Harmonies of #88AA95
Complementary color
Monochromatic Colors of #88AA95
Black with #88AA95
Text Example
Text Example
White with #88AA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AA95; }
p { color: rgb(136,170,149); }
H1.HeaderClassName
{
color: #88AA95;
}
.AnyTagClassName
{
color: #88AA95;
}
</style>
background-color css
<style>
a { background-color: #88AA95; }
a { background-color: rgb(136,170,149); }
div.DivClassName
{
background-color: #88AA95;
}
.BgClassName
{
background-color: #88AA95;
}
</style>
border-color css
<style>
span { border-color: #88AA95; }
span { border-color: rgb(136,170,149); }
td.TdClassName
{
border-color: #88AA95;
}
.TagClassName
{
border-color: #88AA95;
}
</style>