Shades of Padua #81B09B
Tints of Padua #81B09B
RGB
CMYK
RGB Variations
Color information
#81B09B (or 0x81B09B) is known color: Padua. HEX triplet: 81, B0 and 9B. RGB value is (129,176,155). Sum of RGB (Red+Green+Blue) = 129+176+155=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 176 - color contains mainly: green. Hex color #81B09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81B09B is #7E4F64. Grayscale: #9F9F9F. Windows color (decimal): -8277861 or 10203265. OLE color: 10203265.
HSL color Cylindrical-coordinate representation of color #81B09B: hue angle of 153.19º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #81B09B is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 176 | 155 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.31 |
| HSL | 153.19º | 0.23% | 0.6% | - |
| HSV(B) | 153.19º | 0.27% | 0.69% | - |
| XYZ | 30.49 | 38.08 | 36.75 | - |
| YUV | 159.55 | 125.43 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 176 | 155 | 0.27 | 0 | 0.12 | 0.31 | 153.19 | 0.23 | 0.6 |
| Hex | 81 | B0 | 9B | 1B | 0 | C | 1F | 99 | 17 | 3C |
| Octal | 201 | 260 | 233 | 33 | 0 | 14 | 37 | 231 | 27 | 74 |
| Binary | 10000001 | 10110000 | 10011011 | 11011 | 0 | 1100 | 11111 | 10011001 | 10111 | 111100 |
Color Harmonies of #81B09B
Complementary color
Monochromatic Colors of #81B09B
Black with #81B09B
Text Example
Text Example
White with #81B09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B09B; }
p { color: rgb(129,176,155); }
H1.HeaderClassName
{
color: #81B09B;
}
.AnyTagClassName
{
color: #81B09B;
}
</style>
background-color css
<style>
a { background-color: #81B09B; }
a { background-color: rgb(129,176,155); }
div.DivClassName
{
background-color: #81B09B;
}
.BgClassName
{
background-color: #81B09B;
}
</style>
border-color css
<style>
span { border-color: #81B09B; }
span { border-color: rgb(129,176,155); }
td.TdClassName
{
border-color: #81B09B;
}
.TagClassName
{
border-color: #81B09B;
}
</style>