Shades of Padua #81B599
Tints of Padua #81B599
RGB
CMYK
RGB Variations
Color information
#81B599 (or 0x81B599) is known color: Padua. HEX triplet: 81, B5 and 99. RGB value is (129,181,153). Sum of RGB (Red+Green+Blue) = 129+181+153=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 181 - color contains mainly: green. Hex color #81B599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B599 is #7E4A66. Grayscale: #A2A2A2. Windows color (decimal): -8276583 or 10073473. OLE color: 10073473.
HSL color Cylindrical-coordinate representation of color #81B599: hue angle of 147.69º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81B599 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 181 | 153 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.29 |
| HSL | 147.69º | 0.26% | 0.61% | - |
| HSV(B) | 147.69º | 0.29% | 0.71% | - |
| XYZ | 31.33 | 40.01 | 36.21 | - |
| YUV | 162.26 | 122.77 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 153 | 0.29 | 0 | 0.15 | 0.29 | 147.69 | 0.26 | 0.61 |
| Hex | 81 | B5 | 99 | 1D | 0 | F | 1D | 94 | 1A | 3D |
| Octal | 201 | 265 | 231 | 35 | 0 | 17 | 35 | 224 | 32 | 75 |
| Binary | 10000001 | 10110101 | 10011001 | 11101 | 0 | 1111 | 11101 | 10010100 | 11010 | 111101 |
Color Harmonies of #81B599
Complementary color
Monochromatic Colors of #81B599
Black with #81B599
Text Example
Text Example
White with #81B599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B599; }
p { color: rgb(129,181,153); }
H1.HeaderClassName
{
color: #81B599;
}
.AnyTagClassName
{
color: #81B599;
}
</style>
background-color css
<style>
a { background-color: #81B599; }
a { background-color: rgb(129,181,153); }
div.DivClassName
{
background-color: #81B599;
}
.BgClassName
{
background-color: #81B599;
}
</style>
border-color css
<style>
span { border-color: #81B599; }
span { border-color: rgb(129,181,153); }
td.TdClassName
{
border-color: #81B599;
}
.TagClassName
{
border-color: #81B599;
}
</style>