Shades of Padua #88AA99
Tints of Padua #88AA99
RGB
CMYK
RGB Variations
Color information
#88AA99 (or 0x88AA99) is known color: Padua. HEX triplet: 88, AA and 99. RGB value is (136,170,153). Sum of RGB (Red+Green+Blue) = 136+170+153=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AA99 is #775566. Grayscale: #9D9D9D. Windows color (decimal): -7820647 or 10070664. OLE color: 10070664.
HSL color Cylindrical-coordinate representation of color #88AA99: hue angle of 150º 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 #88AA99 is Cyan = 0.20, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 170 | 153 | - |
| CMYK | 0.20 | 0 | 0.1 | 0.33 |
| HSL | 150º | 0.17% | 0.6% | - |
| HSV(B) | 150º | 0.2% | 0.67% | - |
| XYZ | 30.28 | 36.28 | 35.54 | - |
| YUV | 157.9 | 125.24 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 170 | 153 | 0.20 | 0 | 0.1 | 0.33 | 150 | 0.17 | 0.6 |
| Hex | 88 | AA | 99 | 14 | 0 | A | 21 | 96 | 11 | 3C |
| Octal | 210 | 252 | 231 | 24 | 0 | 12 | 41 | 226 | 21 | 74 |
| Binary | 10001000 | 10101010 | 10011001 | 10100 | 0 | 1010 | 100001 | 10010110 | 10001 | 111100 |
Color Harmonies of #88AA99
Complementary color
Monochromatic Colors of #88AA99
Black with #88AA99
Text Example
Text Example
White with #88AA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AA99; }
p { color: rgb(136,170,153); }
H1.HeaderClassName
{
color: #88AA99;
}
.AnyTagClassName
{
color: #88AA99;
}
</style>
background-color css
<style>
a { background-color: #88AA99; }
a { background-color: rgb(136,170,153); }
div.DivClassName
{
background-color: #88AA99;
}
.BgClassName
{
background-color: #88AA99;
}
</style>
border-color css
<style>
span { border-color: #88AA99; }
span { border-color: rgb(136,170,153); }
td.TdClassName
{
border-color: #88AA99;
}
.TagClassName
{
border-color: #88AA99;
}
</style>