Shades of Padua #88A896
Tints of Padua #88A896
RGB
CMYK
RGB Variations
Color information
#88A896 (or 0x88A896) is known color: Padua. HEX triplet: 88, A8 and 96. RGB value is (136,168,150). Sum of RGB (Red+Green+Blue) = 136+168+150=454 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.96% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 168 - color contains mainly: green. Hex color #88A896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A896 is #775769. Grayscale: #9C9C9C. Windows color (decimal): -7821162 or 9873544. OLE color: 9873544.
HSL color Cylindrical-coordinate representation of color #88A896: hue angle of 146.25º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #88A896 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 136 | 168 | 150 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.34 |
| HSL | 146.25º | 0.16% | 0.6% | - |
| HSV(B) | 146.25º | 0.19% | 0.66% | - |
| XYZ | 29.66 | 35.44 | 34.13 | - |
| YUV | 156.38 | 124.4 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 168 | 150 | 0.19 | 0 | 0.11 | 0.34 | 146.25 | 0.16 | 0.6 |
| Hex | 88 | A8 | 96 | 13 | 0 | B | 22 | 92 | 10 | 3C |
| Octal | 210 | 250 | 226 | 23 | 0 | 13 | 42 | 222 | 20 | 74 |
| Binary | 10001000 | 10101000 | 10010110 | 10011 | 0 | 1011 | 100010 | 10010010 | 10000 | 111100 |
Color Harmonies of #88A896
Complementary color
Monochromatic Colors of #88A896
Black with #88A896
Text Example
Text Example
White with #88A896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A896; }
p { color: rgb(136,168,150); }
H1.HeaderClassName
{
color: #88A896;
}
.AnyTagClassName
{
color: #88A896;
}
</style>
background-color css
<style>
a { background-color: #88A896; }
a { background-color: rgb(136,168,150); }
div.DivClassName
{
background-color: #88A896;
}
.BgClassName
{
background-color: #88A896;
}
</style>
border-color css
<style>
span { border-color: #88A896; }
span { border-color: rgb(136,168,150); }
td.TdClassName
{
border-color: #88A896;
}
.TagClassName
{
border-color: #88A896;
}
</style>