Shades of Padua #81A891
Tints of Padua #81A891
RGB
CMYK
RGB Variations
Color information
#81A891 (or 0x81A891) is known color: Padua. HEX triplet: 81, A8 and 91. RGB value is (129,168,145). Sum of RGB (Red+Green+Blue) = 129+168+145=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 168 - color contains mainly: green. Hex color #81A891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A891 is #7E576E. Grayscale: #999999. Windows color (decimal): -8279919 or 9545857. OLE color: 9545857.
HSL color Cylindrical-coordinate representation of color #81A891: hue angle of 144.62º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #81A891 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 168 | 145 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.34 |
| HSL | 144.62º | 0.18% | 0.58% | - |
| HSV(B) | 144.62º | 0.23% | 0.66% | - |
| XYZ | 28.17 | 34.72 | 32 | - |
| YUV | 153.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 168 | 145 | 0.23 | 0 | 0.14 | 0.34 | 144.62 | 0.18 | 0.58 |
| Hex | 81 | A8 | 91 | 17 | 0 | E | 22 | 91 | 12 | 3A |
| Octal | 201 | 250 | 221 | 27 | 0 | 16 | 42 | 221 | 22 | 72 |
| Binary | 10000001 | 10101000 | 10010001 | 10111 | 0 | 1110 | 100010 | 10010001 | 10010 | 111010 |
Color Harmonies of #81A891
Complementary color
Monochromatic Colors of #81A891
Black with #81A891
Text Example
Text Example
White with #81A891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A891; }
p { color: rgb(129,168,145); }
H1.HeaderClassName
{
color: #81A891;
}
.AnyTagClassName
{
color: #81A891;
}
</style>
background-color css
<style>
a { background-color: #81A891; }
a { background-color: rgb(129,168,145); }
div.DivClassName
{
background-color: #81A891;
}
.BgClassName
{
background-color: #81A891;
}
</style>
border-color css
<style>
span { border-color: #81A891; }
span { border-color: rgb(129,168,145); }
td.TdClassName
{
border-color: #81A891;
}
.TagClassName
{
border-color: #81A891;
}
</style>