Shades of Padua #81B09A
Tints of Padua #81B09A
RGB
CMYK
RGB Variations
Color information
#81B09A (or 0x81B09A) is known color: Padua. HEX triplet: 81, B0 and 9A. RGB value is (129,176,154). Sum of RGB (Red+Green+Blue) = 129+176+154=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 176 - color contains mainly: green. Hex color #81B09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81B09A is #7E4F65. Grayscale: #9F9F9F. Windows color (decimal): -8277862 or 10137729. OLE color: 10137729.
HSL color Cylindrical-coordinate representation of color #81B09A: hue angle of 151.91º 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 #81B09A is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 176 | 154 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.31 |
| HSL | 151.91º | 0.23% | 0.6% | - |
| HSV(B) | 151.91º | 0.27% | 0.69% | - |
| XYZ | 30.41 | 38.05 | 36.31 | - |
| YUV | 159.44 | 124.93 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 176 | 154 | 0.27 | 0 | 0.12 | 0.31 | 151.91 | 0.23 | 0.6 |
| Hex | 81 | B0 | 9A | 1B | 0 | C | 1F | 98 | 17 | 3C |
| Octal | 201 | 260 | 232 | 33 | 0 | 14 | 37 | 230 | 27 | 74 |
| Binary | 10000001 | 10110000 | 10011010 | 11011 | 0 | 1100 | 11111 | 10011000 | 10111 | 111100 |
Color Harmonies of #81B09A
Complementary color
Monochromatic Colors of #81B09A
Black with #81B09A
Text Example
Text Example
White with #81B09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B09A; }
p { color: rgb(129,176,154); }
H1.HeaderClassName
{
color: #81B09A;
}
.AnyTagClassName
{
color: #81B09A;
}
</style>
background-color css
<style>
a { background-color: #81B09A; }
a { background-color: rgb(129,176,154); }
div.DivClassName
{
background-color: #81B09A;
}
.BgClassName
{
background-color: #81B09A;
}
</style>
border-color css
<style>
span { border-color: #81B09A; }
span { border-color: rgb(129,176,154); }
td.TdClassName
{
border-color: #81B09A;
}
.TagClassName
{
border-color: #81B09A;
}
</style>