Shades of Padua #81BA9B
Tints of Padua #81BA9B
RGB
CMYK
RGB Variations
Color information
#81BA9B (or 0x81BA9B) is known color: Padua. HEX triplet: 81, BA and 9B. RGB value is (129,186,155). Sum of RGB (Red+Green+Blue) = 129+186+155=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BA9B is #7E4564. Grayscale: #A5A5A5. Windows color (decimal): -8275301 or 10205825. OLE color: 10205825.
HSL color Cylindrical-coordinate representation of color #81BA9B: hue angle of 147.37º degrees, saturation: 0.29, 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 #81BA9B is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 186 | 155 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.27 |
| HSL | 147.37º | 0.29% | 0.62% | - |
| HSV(B) | 147.37º | 0.31% | 0.73% | - |
| XYZ | 32.53 | 42.15 | 37.43 | - |
| YUV | 165.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 186 | 155 | 0.31 | 0 | 0.17 | 0.27 | 147.37 | 0.29 | 0.62 |
| Hex | 81 | BA | 9B | 1F | 0 | 11 | 1B | 93 | 1D | 3E |
| Octal | 201 | 272 | 233 | 37 | 0 | 21 | 33 | 223 | 35 | 76 |
| Binary | 10000001 | 10111010 | 10011011 | 11111 | 0 | 10001 | 11011 | 10010011 | 11101 | 111110 |
Color Harmonies of #81BA9B
Complementary color
Monochromatic Colors of #81BA9B
Black with #81BA9B
Text Example
Text Example
White with #81BA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BA9B; }
p { color: rgb(129,186,155); }
H1.HeaderClassName
{
color: #81BA9B;
}
.AnyTagClassName
{
color: #81BA9B;
}
</style>
background-color css
<style>
a { background-color: #81BA9B; }
a { background-color: rgb(129,186,155); }
div.DivClassName
{
background-color: #81BA9B;
}
.BgClassName
{
background-color: #81BA9B;
}
</style>
border-color css
<style>
span { border-color: #81BA9B; }
span { border-color: rgb(129,186,155); }
td.TdClassName
{
border-color: #81BA9B;
}
.TagClassName
{
border-color: #81BA9B;
}
</style>