Shades of Padua #81AB91
Tints of Padua #81AB91
RGB
CMYK
RGB Variations
Color information
#81AB91 (or 0x81AB91) is known color: Padua. HEX triplet: 81, AB and 91. RGB value is (129,171,145). Sum of RGB (Red+Green+Blue) = 129+171+145=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AB91 is #7E546E. Grayscale: #9B9B9B. Windows color (decimal): -8279151 or 9546625. OLE color: 9546625.
HSL color Cylindrical-coordinate representation of color #81AB91: hue angle of 142.86º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81AB91 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 171 | 145 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.33 |
| HSL | 142.86º | 0.2% | 0.59% | - |
| HSV(B) | 142.86º | 0.25% | 0.67% | - |
| XYZ | 28.73 | 35.84 | 32.19 | - |
| YUV | 155.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 145 | 0.25 | 0 | 0.15 | 0.33 | 142.86 | 0.2 | 0.59 |
| Hex | 81 | AB | 91 | 19 | 0 | F | 21 | 8F | 14 | 3B |
| Octal | 201 | 253 | 221 | 31 | 0 | 17 | 41 | 217 | 24 | 73 |
| Binary | 10000001 | 10101011 | 10010001 | 11001 | 0 | 1111 | 100001 | 10001111 | 10100 | 111011 |
Color Harmonies of #81AB91
Complementary color
Monochromatic Colors of #81AB91
Black with #81AB91
Text Example
Text Example
White with #81AB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AB91; }
p { color: rgb(129,171,145); }
H1.HeaderClassName
{
color: #81AB91;
}
.AnyTagClassName
{
color: #81AB91;
}
</style>
background-color css
<style>
a { background-color: #81AB91; }
a { background-color: rgb(129,171,145); }
div.DivClassName
{
background-color: #81AB91;
}
.BgClassName
{
background-color: #81AB91;
}
</style>
border-color css
<style>
span { border-color: #81AB91; }
span { border-color: rgb(129,171,145); }
td.TdClassName
{
border-color: #81AB91;
}
.TagClassName
{
border-color: #81AB91;
}
</style>