Shades of Padua #81BB9A
Tints of Padua #81BB9A
RGB
CMYK
RGB Variations
Color information
#81BB9A (or 0x81BB9A) is known color: Padua. HEX triplet: 81, BB and 9A. RGB value is (129,187,154). Sum of RGB (Red+Green+Blue) = 129+187+154=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 187 - color contains mainly: green. Hex color #81BB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BB9A is #7E4465. Grayscale: #A5A5A5. Windows color (decimal): -8275046 or 10140545. OLE color: 10140545.
HSL color Cylindrical-coordinate representation of color #81BB9A: hue angle of 145.86º 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 #81BB9A is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 187 | 154 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.27 |
| HSL | 145.86º | 0.3% | 0.62% | - |
| HSV(B) | 145.86º | 0.31% | 0.73% | - |
| XYZ | 32.66 | 42.54 | 37.06 | - |
| YUV | 165.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 187 | 154 | 0.31 | 0 | 0.18 | 0.27 | 145.86 | 0.3 | 0.62 |
| Hex | 81 | BB | 9A | 1F | 0 | 12 | 1B | 92 | 1E | 3E |
| Octal | 201 | 273 | 232 | 37 | 0 | 22 | 33 | 222 | 36 | 76 |
| Binary | 10000001 | 10111011 | 10011010 | 11111 | 0 | 10010 | 11011 | 10010010 | 11110 | 111110 |
Color Harmonies of #81BB9A
Complementary color
Monochromatic Colors of #81BB9A
Black with #81BB9A
Text Example
Text Example
White with #81BB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BB9A; }
p { color: rgb(129,187,154); }
H1.HeaderClassName
{
color: #81BB9A;
}
.AnyTagClassName
{
color: #81BB9A;
}
</style>
background-color css
<style>
a { background-color: #81BB9A; }
a { background-color: rgb(129,187,154); }
div.DivClassName
{
background-color: #81BB9A;
}
.BgClassName
{
background-color: #81BB9A;
}
</style>
border-color css
<style>
span { border-color: #81BB9A; }
span { border-color: rgb(129,187,154); }
td.TdClassName
{
border-color: #81BB9A;
}
.TagClassName
{
border-color: #81BB9A;
}
</style>