Shades of Padua #81A991
Tints of Padua #81A991
RGB
CMYK
RGB Variations
Color information
#81A991 (or 0x81A991) is known color: Padua. HEX triplet: 81, A9 and 91. RGB value is (129,169,145). Sum of RGB (Red+Green+Blue) = 129+169+145=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 169 - color contains mainly: green. Hex color #81A991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A991 is #7E566E. Grayscale: #9A9A9A. Windows color (decimal): -8279663 or 9546113. OLE color: 9546113.
HSL color Cylindrical-coordinate representation of color #81A991: hue angle of 144º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #81A991 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 169 | 145 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.34 |
| HSL | 144º | 0.19% | 0.58% | - |
| HSV(B) | 144º | 0.24% | 0.66% | - |
| XYZ | 28.35 | 35.09 | 32.07 | - |
| YUV | 154.3 | 122.75 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 169 | 145 | 0.24 | 0 | 0.14 | 0.34 | 144 | 0.19 | 0.58 |
| Hex | 81 | A9 | 91 | 18 | 0 | E | 22 | 90 | 13 | 3A |
| Octal | 201 | 251 | 221 | 30 | 0 | 16 | 42 | 220 | 23 | 72 |
| Binary | 10000001 | 10101001 | 10010001 | 11000 | 0 | 1110 | 100010 | 10010000 | 10011 | 111010 |
Color Harmonies of #81A991
Complementary color
Monochromatic Colors of #81A991
Black with #81A991
Text Example
Text Example
White with #81A991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A991; }
p { color: rgb(129,169,145); }
H1.HeaderClassName
{
color: #81A991;
}
.AnyTagClassName
{
color: #81A991;
}
</style>
background-color css
<style>
a { background-color: #81A991; }
a { background-color: rgb(129,169,145); }
div.DivClassName
{
background-color: #81A991;
}
.BgClassName
{
background-color: #81A991;
}
</style>
border-color css
<style>
span { border-color: #81A991; }
span { border-color: rgb(129,169,145); }
td.TdClassName
{
border-color: #81A991;
}
.TagClassName
{
border-color: #81A991;
}
</style>