Shades of Padua #88A993
Tints of Padua #88A993
RGB
CMYK
RGB Variations
Color information
#88A993 (or 0x88A993) is known color: Padua. HEX triplet: 88, A9 and 93. RGB value is (136,169,147). Sum of RGB (Red+Green+Blue) = 136+169+147=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 169 - color contains mainly: green. Hex color #88A993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A993 is #77566C. Grayscale: #9C9C9C. Windows color (decimal): -7820909 or 9677192. OLE color: 9677192.
HSL color Cylindrical-coordinate representation of color #88A993: hue angle of 140º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88A993 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 136 | 169 | 147 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.34 |
| HSL | 140º | 0.16% | 0.6% | - |
| HSV(B) | 140º | 0.2% | 0.66% | - |
| XYZ | 29.61 | 35.72 | 32.94 | - |
| YUV | 156.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 169 | 147 | 0.20 | 0 | 0.13 | 0.34 | 140 | 0.16 | 0.6 |
| Hex | 88 | A9 | 93 | 14 | 0 | D | 22 | 8C | 10 | 3C |
| Octal | 210 | 251 | 223 | 24 | 0 | 15 | 42 | 214 | 20 | 74 |
| Binary | 10001000 | 10101001 | 10010011 | 10100 | 0 | 1101 | 100010 | 10001100 | 10000 | 111100 |
Color Harmonies of #88A993
Complementary color
Monochromatic Colors of #88A993
Black with #88A993
Text Example
Text Example
White with #88A993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A993; }
p { color: rgb(136,169,147); }
H1.HeaderClassName
{
color: #88A993;
}
.AnyTagClassName
{
color: #88A993;
}
</style>
background-color css
<style>
a { background-color: #88A993; }
a { background-color: rgb(136,169,147); }
div.DivClassName
{
background-color: #88A993;
}
.BgClassName
{
background-color: #88A993;
}
</style>
border-color css
<style>
span { border-color: #88A993; }
span { border-color: rgb(136,169,147); }
td.TdClassName
{
border-color: #88A993;
}
.TagClassName
{
border-color: #88A993;
}
</style>