Shades of Padua #81B098
Tints of Padua #81B098
RGB
CMYK
RGB Variations
Color information
#81B098 (or 0x81B098) is known color: Padua. HEX triplet: 81, B0 and 98. RGB value is (129,176,152). Sum of RGB (Red+Green+Blue) = 129+176+152=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 176 - color contains mainly: green. Hex color #81B098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81B098 is #7E4F67. Grayscale: #9F9F9F. Windows color (decimal): -8277864 or 10006657. OLE color: 10006657.
HSL color Cylindrical-coordinate representation of color #81B098: hue angle of 149.36º 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 #81B098 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 176 | 152 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.31 |
| HSL | 149.36º | 0.23% | 0.6% | - |
| HSV(B) | 149.36º | 0.27% | 0.69% | - |
| XYZ | 30.25 | 37.98 | 35.44 | - |
| YUV | 159.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 176 | 152 | 0.27 | 0 | 0.14 | 0.31 | 149.36 | 0.23 | 0.6 |
| Hex | 81 | B0 | 98 | 1B | 0 | E | 1F | 95 | 17 | 3C |
| Octal | 201 | 260 | 230 | 33 | 0 | 16 | 37 | 225 | 27 | 74 |
| Binary | 10000001 | 10110000 | 10011000 | 11011 | 0 | 1110 | 11111 | 10010101 | 10111 | 111100 |
Color Harmonies of #81B098
Complementary color
Monochromatic Colors of #81B098
Black with #81B098
Text Example
Text Example
White with #81B098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B098; }
p { color: rgb(129,176,152); }
H1.HeaderClassName
{
color: #81B098;
}
.AnyTagClassName
{
color: #81B098;
}
</style>
background-color css
<style>
a { background-color: #81B098; }
a { background-color: rgb(129,176,152); }
div.DivClassName
{
background-color: #81B098;
}
.BgClassName
{
background-color: #81B098;
}
</style>
border-color css
<style>
span { border-color: #81B098; }
span { border-color: rgb(129,176,152); }
td.TdClassName
{
border-color: #81B098;
}
.TagClassName
{
border-color: #81B098;
}
</style>