Shades of Padua #81AA91
Tints of Padua #81AA91
RGB
CMYK
RGB Variations
Color information
#81AA91 (or 0x81AA91) is known color: Padua. HEX triplet: 81, AA and 91. RGB value is (129,170,145). Sum of RGB (Red+Green+Blue) = 129+170+145=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AA91 is #7E556E. Grayscale: #9A9A9A. Windows color (decimal): -8279407 or 9546369. OLE color: 9546369.
HSL color Cylindrical-coordinate representation of color #81AA91: hue angle of 143.41º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #81AA91 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 170 | 145 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.33 |
| HSL | 143.41º | 0.19% | 0.59% | - |
| HSV(B) | 143.41º | 0.24% | 0.67% | - |
| XYZ | 28.54 | 35.46 | 32.13 | - |
| YUV | 154.89 | 122.42 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 145 | 0.24 | 0 | 0.15 | 0.33 | 143.41 | 0.19 | 0.59 |
| Hex | 81 | AA | 91 | 18 | 0 | F | 21 | 8F | 13 | 3B |
| Octal | 201 | 252 | 221 | 30 | 0 | 17 | 41 | 217 | 23 | 73 |
| Binary | 10000001 | 10101010 | 10010001 | 11000 | 0 | 1111 | 100001 | 10001111 | 10011 | 111011 |
Color Harmonies of #81AA91
Complementary color
Monochromatic Colors of #81AA91
Black with #81AA91
Text Example
Text Example
White with #81AA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AA91; }
p { color: rgb(129,170,145); }
H1.HeaderClassName
{
color: #81AA91;
}
.AnyTagClassName
{
color: #81AA91;
}
</style>
background-color css
<style>
a { background-color: #81AA91; }
a { background-color: rgb(129,170,145); }
div.DivClassName
{
background-color: #81AA91;
}
.BgClassName
{
background-color: #81AA91;
}
</style>
border-color css
<style>
span { border-color: #81AA91; }
span { border-color: rgb(129,170,145); }
td.TdClassName
{
border-color: #81AA91;
}
.TagClassName
{
border-color: #81AA91;
}
</style>