Shades of Padua #81B59E
Tints of Padua #81B59E
RGB
CMYK
RGB Variations
Color information
#81B59E (or 0x81B59E) is known color: Padua. HEX triplet: 81, B5 and 9E. RGB value is (129,181,158). Sum of RGB (Red+Green+Blue) = 129+181+158=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 181 - color contains mainly: green. Hex color #81B59E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B59E is #7E4A61. Grayscale: #A2A2A2. Windows color (decimal): -8276578 or 10401153. OLE color: 10401153.
HSL color Cylindrical-coordinate representation of color #81B59E: hue angle of 153.46º 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 #81B59E is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 181 | 158 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.29 |
| HSL | 153.46º | 0.26% | 0.61% | - |
| HSV(B) | 153.46º | 0.29% | 0.71% | - |
| XYZ | 31.75 | 40.18 | 38.43 | - |
| YUV | 162.83 | 125.27 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 158 | 0.29 | 0 | 0.13 | 0.29 | 153.46 | 0.26 | 0.61 |
| Hex | 81 | B5 | 9E | 1D | 0 | D | 1D | 99 | 1A | 3D |
| Octal | 201 | 265 | 236 | 35 | 0 | 15 | 35 | 231 | 32 | 75 |
| Binary | 10000001 | 10110101 | 10011110 | 11101 | 0 | 1101 | 11101 | 10011001 | 11010 | 111101 |
Color Harmonies of #81B59E
Complementary color
Monochromatic Colors of #81B59E
Black with #81B59E
Text Example
Text Example
White with #81B59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B59E; }
p { color: rgb(129,181,158); }
H1.HeaderClassName
{
color: #81B59E;
}
.AnyTagClassName
{
color: #81B59E;
}
</style>
background-color css
<style>
a { background-color: #81B59E; }
a { background-color: rgb(129,181,158); }
div.DivClassName
{
background-color: #81B59E;
}
.BgClassName
{
background-color: #81B59E;
}
</style>
border-color css
<style>
span { border-color: #81B59E; }
span { border-color: rgb(129,181,158); }
td.TdClassName
{
border-color: #81B59E;
}
.TagClassName
{
border-color: #81B59E;
}
</style>