Shades of Padua #81AA93
Tints of Padua #81AA93
RGB
CMYK
RGB Variations
Color information
#81AA93 (or 0x81AA93) is known color: Padua. HEX triplet: 81, AA and 93. RGB value is (129,170,147). Sum of RGB (Red+Green+Blue) = 129+170+147=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AA93 is #7E556C. Grayscale: #9B9B9B. Windows color (decimal): -8279405 or 9677441. OLE color: 9677441.
HSL color Cylindrical-coordinate representation of color #81AA93: hue angle of 146.34º 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 #81AA93 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 170 | 147 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.33 |
| HSL | 146.34º | 0.19% | 0.59% | - |
| HSV(B) | 146.34º | 0.24% | 0.67% | - |
| XYZ | 28.69 | 35.52 | 32.95 | - |
| YUV | 155.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 147 | 0.24 | 0 | 0.14 | 0.33 | 146.34 | 0.19 | 0.59 |
| Hex | 81 | AA | 93 | 18 | 0 | E | 21 | 92 | 13 | 3B |
| Octal | 201 | 252 | 223 | 30 | 0 | 16 | 41 | 222 | 23 | 73 |
| Binary | 10000001 | 10101010 | 10010011 | 11000 | 0 | 1110 | 100001 | 10010010 | 10011 | 111011 |
Color Harmonies of #81AA93
Complementary color
Monochromatic Colors of #81AA93
Black with #81AA93
Text Example
Text Example
White with #81AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AA93; }
p { color: rgb(129,170,147); }
H1.HeaderClassName
{
color: #81AA93;
}
.AnyTagClassName
{
color: #81AA93;
}
</style>
background-color css
<style>
a { background-color: #81AA93; }
a { background-color: rgb(129,170,147); }
div.DivClassName
{
background-color: #81AA93;
}
.BgClassName
{
background-color: #81AA93;
}
</style>
border-color css
<style>
span { border-color: #81AA93; }
span { border-color: rgb(129,170,147); }
td.TdClassName
{
border-color: #81AA93;
}
.TagClassName
{
border-color: #81AA93;
}
</style>