Shades of Padua #81BE96
Tints of Padua #81BE96
RGB
CMYK
RGB Variations
Color information
#81BE96 (or 0x81BE96) is known color: Padua. HEX triplet: 81, BE and 96. RGB value is (129,190,150). Sum of RGB (Red+Green+Blue) = 129+190+150=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BE96 is #7E4169. Grayscale: #A7A7A7. Windows color (decimal): -8274282 or 9879169. OLE color: 9879169.
HSL color Cylindrical-coordinate representation of color #81BE96: hue angle of 140.66º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81BE96 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 190 | 150 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.25 |
| HSL | 140.66º | 0.32% | 0.63% | - |
| HSV(B) | 140.66º | 0.32% | 0.75% | - |
| XYZ | 32.97 | 43.7 | 35.55 | - |
| YUV | 167.2 | 118.29 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 150 | 0.32 | 0 | 0.21 | 0.25 | 140.66 | 0.32 | 0.63 |
| Hex | 81 | BE | 96 | 20 | 0 | 15 | 19 | 8D | 20 | 3F |
| Octal | 201 | 276 | 226 | 40 | 0 | 25 | 31 | 215 | 40 | 77 |
| Binary | 10000001 | 10111110 | 10010110 | 100000 | 0 | 10101 | 11001 | 10001101 | 100000 | 111111 |
Color Harmonies of #81BE96
Complementary color
Monochromatic Colors of #81BE96
Black with #81BE96
Text Example
Text Example
White with #81BE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BE96; }
p { color: rgb(129,190,150); }
H1.HeaderClassName
{
color: #81BE96;
}
.AnyTagClassName
{
color: #81BE96;
}
</style>
background-color css
<style>
a { background-color: #81BE96; }
a { background-color: rgb(129,190,150); }
div.DivClassName
{
background-color: #81BE96;
}
.BgClassName
{
background-color: #81BE96;
}
</style>
border-color css
<style>
span { border-color: #81BE96; }
span { border-color: rgb(129,190,150); }
td.TdClassName
{
border-color: #81BE96;
}
.TagClassName
{
border-color: #81BE96;
}
</style>