Shades of Padua #81BB93
Tints of Padua #81BB93
RGB
CMYK
RGB Variations
Color information
#81BB93 (or 0x81BB93) is known color: Padua. HEX triplet: 81, BB and 93. RGB value is (129,187,147). Sum of RGB (Red+Green+Blue) = 129+187+147=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 187 - color contains mainly: green. Hex color #81BB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BB93 is #7E446C. Grayscale: #A5A5A5. Windows color (decimal): -8275053 or 9681793. OLE color: 9681793.
HSL color Cylindrical-coordinate representation of color #81BB93: hue angle of 138.62º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81BB93 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 187 | 147 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.27 |
| HSL | 138.62º | 0.3% | 0.62% | - |
| HSV(B) | 138.62º | 0.31% | 0.73% | - |
| XYZ | 32.09 | 42.31 | 34.08 | - |
| YUV | 165.1 | 117.78 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 187 | 147 | 0.31 | 0 | 0.21 | 0.27 | 138.62 | 0.3 | 0.62 |
| Hex | 81 | BB | 93 | 1F | 0 | 15 | 1B | 8B | 1E | 3E |
| Octal | 201 | 273 | 223 | 37 | 0 | 25 | 33 | 213 | 36 | 76 |
| Binary | 10000001 | 10111011 | 10010011 | 11111 | 0 | 10101 | 11011 | 10001011 | 11110 | 111110 |
Color Harmonies of #81BB93
Complementary color
Monochromatic Colors of #81BB93
Black with #81BB93
Text Example
Text Example
White with #81BB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BB93; }
p { color: rgb(129,187,147); }
H1.HeaderClassName
{
color: #81BB93;
}
.AnyTagClassName
{
color: #81BB93;
}
</style>
background-color css
<style>
a { background-color: #81BB93; }
a { background-color: rgb(129,187,147); }
div.DivClassName
{
background-color: #81BB93;
}
.BgClassName
{
background-color: #81BB93;
}
</style>
border-color css
<style>
span { border-color: #81BB93; }
span { border-color: rgb(129,187,147); }
td.TdClassName
{
border-color: #81BB93;
}
.TagClassName
{
border-color: #81BB93;
}
</style>