Shades of Padua #81AB96
Tints of Padua #81AB96
RGB
CMYK
RGB Variations
Color information
#81AB96 (or 0x81AB96) is known color: Padua. HEX triplet: 81, AB and 96. RGB value is (129,171,150). Sum of RGB (Red+Green+Blue) = 129+171+150=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AB96 is #7E5469. Grayscale: #9C9C9C. Windows color (decimal): -8279146 or 9874305. OLE color: 9874305.
HSL color Cylindrical-coordinate representation of color #81AB96: hue angle of 150º 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 #81AB96 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 171 | 150 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.33 |
| HSL | 150º | 0.2% | 0.59% | - |
| HSV(B) | 150º | 0.25% | 0.67% | - |
| XYZ | 29.12 | 35.99 | 34.27 | - |
| YUV | 156.05 | 124.59 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 150 | 0.25 | 0 | 0.12 | 0.33 | 150 | 0.2 | 0.59 |
| Hex | 81 | AB | 96 | 19 | 0 | C | 21 | 96 | 14 | 3B |
| Octal | 201 | 253 | 226 | 31 | 0 | 14 | 41 | 226 | 24 | 73 |
| Binary | 10000001 | 10101011 | 10010110 | 11001 | 0 | 1100 | 100001 | 10010110 | 10100 | 111011 |
Color Harmonies of #81AB96
Complementary color
Monochromatic Colors of #81AB96
Black with #81AB96
Text Example
Text Example
White with #81AB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AB96; }
p { color: rgb(129,171,150); }
H1.HeaderClassName
{
color: #81AB96;
}
.AnyTagClassName
{
color: #81AB96;
}
</style>
background-color css
<style>
a { background-color: #81AB96; }
a { background-color: rgb(129,171,150); }
div.DivClassName
{
background-color: #81AB96;
}
.BgClassName
{
background-color: #81AB96;
}
</style>
border-color css
<style>
span { border-color: #81AB96; }
span { border-color: rgb(129,171,150); }
td.TdClassName
{
border-color: #81AB96;
}
.TagClassName
{
border-color: #81AB96;
}
</style>