Shades of Padua #81BA9C
Tints of Padua #81BA9C
RGB
CMYK
RGB Variations
Color information
#81BA9C (or 0x81BA9C) is known color: Padua. HEX triplet: 81, BA and 9C. RGB value is (129,186,156). Sum of RGB (Red+Green+Blue) = 129+186+156=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BA9C is #7E4563. Grayscale: #A5A5A5. Windows color (decimal): -8275300 or 10271361. OLE color: 10271361.
HSL color Cylindrical-coordinate representation of color #81BA9C: hue angle of 148.42º 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 #81BA9C is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 186 | 156 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.27 |
| HSL | 148.42º | 0.29% | 0.62% | - |
| HSV(B) | 148.42º | 0.31% | 0.73% | - |
| XYZ | 32.61 | 42.19 | 37.88 | - |
| YUV | 165.54 | 122.62 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 186 | 156 | 0.31 | 0 | 0.16 | 0.27 | 148.42 | 0.29 | 0.62 |
| Hex | 81 | BA | 9C | 1F | 0 | 10 | 1B | 94 | 1D | 3E |
| Octal | 201 | 272 | 234 | 37 | 0 | 20 | 33 | 224 | 35 | 76 |
| Binary | 10000001 | 10111010 | 10011100 | 11111 | 0 | 10000 | 11011 | 10010100 | 11101 | 111110 |
Color Harmonies of #81BA9C
Complementary color
Monochromatic Colors of #81BA9C
Black with #81BA9C
Text Example
Text Example
White with #81BA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BA9C; }
p { color: rgb(129,186,156); }
H1.HeaderClassName
{
color: #81BA9C;
}
.AnyTagClassName
{
color: #81BA9C;
}
</style>
background-color css
<style>
a { background-color: #81BA9C; }
a { background-color: rgb(129,186,156); }
div.DivClassName
{
background-color: #81BA9C;
}
.BgClassName
{
background-color: #81BA9C;
}
</style>
border-color css
<style>
span { border-color: #81BA9C; }
span { border-color: rgb(129,186,156); }
td.TdClassName
{
border-color: #81BA9C;
}
.TagClassName
{
border-color: #81BA9C;
}
</style>