Shades of Padua #88A796
Tints of Padua #88A796
RGB
CMYK
RGB Variations
Color information
#88A796 (or 0x88A796) is known color: Padua. HEX triplet: 88, A7 and 96. RGB value is (136,167,150). Sum of RGB (Red+Green+Blue) = 136+167+150=453 (60% of max value = 765). Red value is 136 (53.52% from 255 or 30.02% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 167 - color contains mainly: green. Hex color #88A796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A796 is #775869. Grayscale: #9B9B9B. Windows color (decimal): -7821418 or 9873288. OLE color: 9873288.
HSL color Cylindrical-coordinate representation of color #88A796: hue angle of 147.1º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #88A796 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 167 | 150 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.35 |
| HSL | 147.1º | 0.15% | 0.59% | - |
| HSV(B) | 147.1º | 0.19% | 0.65% | - |
| XYZ | 29.48 | 35.07 | 34.07 | - |
| YUV | 155.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 167 | 150 | 0.19 | 0 | 0.10 | 0.35 | 147.1 | 0.15 | 0.59 |
| Hex | 88 | A7 | 96 | 13 | 0 | A | 23 | 93 | F | 3B |
| Octal | 210 | 247 | 226 | 23 | 0 | 12 | 43 | 223 | 17 | 73 |
| Binary | 10001000 | 10100111 | 10010110 | 10011 | 0 | 1010 | 100011 | 10010011 | 1111 | 111011 |
Color Harmonies of #88A796
Complementary color
Monochromatic Colors of #88A796
Black with #88A796
Text Example
Text Example
White with #88A796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A796; }
p { color: rgb(136,167,150); }
H1.HeaderClassName
{
color: #88A796;
}
.AnyTagClassName
{
color: #88A796;
}
</style>
background-color css
<style>
a { background-color: #88A796; }
a { background-color: rgb(136,167,150); }
div.DivClassName
{
background-color: #88A796;
}
.BgClassName
{
background-color: #88A796;
}
</style>
border-color css
<style>
span { border-color: #88A796; }
span { border-color: rgb(136,167,150); }
td.TdClassName
{
border-color: #88A796;
}
.TagClassName
{
border-color: #88A796;
}
</style>