Shades of Padua #81B199
Tints of Padua #81B199
RGB
CMYK
RGB Variations
Color information
#81B199 (or 0x81B199) is known color: Padua. HEX triplet: 81, B1 and 99. RGB value is (129,177,153). Sum of RGB (Red+Green+Blue) = 129+177+153=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 177 - color contains mainly: green. Hex color #81B199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81B199 is #7E4E66. Grayscale: #9F9F9F. Windows color (decimal): -8277607 or 10072449. OLE color: 10072449.
HSL color Cylindrical-coordinate representation of color #81B199: hue angle of 150º 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 #81B199 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 177 | 153 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.31 |
| HSL | 150º | 0.24% | 0.6% | - |
| HSV(B) | 150º | 0.27% | 0.69% | - |
| XYZ | 30.53 | 38.41 | 35.94 | - |
| YUV | 159.91 | 124.1 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 177 | 153 | 0.27 | 0 | 0.14 | 0.31 | 150 | 0.24 | 0.6 |
| Hex | 81 | B1 | 99 | 1B | 0 | E | 1F | 96 | 18 | 3C |
| Octal | 201 | 261 | 231 | 33 | 0 | 16 | 37 | 226 | 30 | 74 |
| Binary | 10000001 | 10110001 | 10011001 | 11011 | 0 | 1110 | 11111 | 10010110 | 11000 | 111100 |
Color Harmonies of #81B199
Complementary color
Monochromatic Colors of #81B199
Black with #81B199
Text Example
Text Example
White with #81B199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B199; }
p { color: rgb(129,177,153); }
H1.HeaderClassName
{
color: #81B199;
}
.AnyTagClassName
{
color: #81B199;
}
</style>
background-color css
<style>
a { background-color: #81B199; }
a { background-color: rgb(129,177,153); }
div.DivClassName
{
background-color: #81B199;
}
.BgClassName
{
background-color: #81B199;
}
</style>
border-color css
<style>
span { border-color: #81B199; }
span { border-color: rgb(129,177,153); }
td.TdClassName
{
border-color: #81B199;
}
.TagClassName
{
border-color: #81B199;
}
</style>