Shades of Padua #81B197
Tints of Padua #81B197
RGB
CMYK
RGB Variations
Color information
#81B197 (or 0x81B197) is known color: Padua. HEX triplet: 81, B1 and 97. RGB value is (129,177,151). Sum of RGB (Red+Green+Blue) = 129+177+151=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 177 - color contains mainly: green. Hex color #81B197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81B197 is #7E4E68. Grayscale: #9F9F9F. Windows color (decimal): -8277609 or 9941377. OLE color: 9941377.
HSL color Cylindrical-coordinate representation of color #81B197: hue angle of 147.5º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #81B197 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 177 | 151 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.31 |
| HSL | 147.5º | 0.24% | 0.6% | - |
| HSV(B) | 147.5º | 0.27% | 0.69% | - |
| XYZ | 30.36 | 38.35 | 35.08 | - |
| YUV | 159.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 177 | 151 | 0.27 | 0 | 0.15 | 0.31 | 147.5 | 0.24 | 0.6 |
| Hex | 81 | B1 | 97 | 1B | 0 | F | 1F | 94 | 18 | 3C |
| Octal | 201 | 261 | 227 | 33 | 0 | 17 | 37 | 224 | 30 | 74 |
| Binary | 10000001 | 10110001 | 10010111 | 11011 | 0 | 1111 | 11111 | 10010100 | 11000 | 111100 |
Color Harmonies of #81B197
Complementary color
Monochromatic Colors of #81B197
Black with #81B197
Text Example
Text Example
White with #81B197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B197; }
p { color: rgb(129,177,151); }
H1.HeaderClassName
{
color: #81B197;
}
.AnyTagClassName
{
color: #81B197;
}
</style>
background-color css
<style>
a { background-color: #81B197; }
a { background-color: rgb(129,177,151); }
div.DivClassName
{
background-color: #81B197;
}
.BgClassName
{
background-color: #81B197;
}
</style>
border-color css
<style>
span { border-color: #81B197; }
span { border-color: rgb(129,177,151); }
td.TdClassName
{
border-color: #81B197;
}
.TagClassName
{
border-color: #81B197;
}
</style>