Shades of Padua #81B398
Tints of Padua #81B398
RGB
CMYK
RGB Variations
Color information
#81B398 (or 0x81B398) is known color: Padua. HEX triplet: 81, B3 and 98. RGB value is (129,179,152). Sum of RGB (Red+Green+Blue) = 129+179+152=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 179 - color contains mainly: green. Hex color #81B398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B398 is #7E4C67. Grayscale: #A1A1A1. Windows color (decimal): -8277096 or 10007425. OLE color: 10007425.
HSL color Cylindrical-coordinate representation of color #81B398: hue angle of 147.6º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81B398 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 179 | 152 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.30 |
| HSL | 147.6º | 0.25% | 0.6% | - |
| HSV(B) | 147.6º | 0.28% | 0.7% | - |
| XYZ | 30.84 | 39.17 | 35.64 | - |
| YUV | 160.97 | 122.94 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 179 | 152 | 0.28 | 0 | 0.15 | 0.30 | 147.6 | 0.25 | 0.6 |
| Hex | 81 | B3 | 98 | 1C | 0 | F | 1E | 94 | 19 | 3C |
| Octal | 201 | 263 | 230 | 34 | 0 | 17 | 36 | 224 | 31 | 74 |
| Binary | 10000001 | 10110011 | 10011000 | 11100 | 0 | 1111 | 11110 | 10010100 | 11001 | 111100 |
Color Harmonies of #81B398
Complementary color
Monochromatic Colors of #81B398
Black with #81B398
Text Example
Text Example
White with #81B398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B398; }
p { color: rgb(129,179,152); }
H1.HeaderClassName
{
color: #81B398;
}
.AnyTagClassName
{
color: #81B398;
}
</style>
background-color css
<style>
a { background-color: #81B398; }
a { background-color: rgb(129,179,152); }
div.DivClassName
{
background-color: #81B398;
}
.BgClassName
{
background-color: #81B398;
}
</style>
border-color css
<style>
span { border-color: #81B398; }
span { border-color: rgb(129,179,152); }
td.TdClassName
{
border-color: #81B398;
}
.TagClassName
{
border-color: #81B398;
}
</style>