Shades of Padua #81B299
Tints of Padua #81B299
RGB
CMYK
RGB Variations
Color information
#81B299 (or 0x81B299) is known color: Padua. HEX triplet: 81, B2 and 99. RGB value is (129,178,153). Sum of RGB (Red+Green+Blue) = 129+178+153=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 178 - color contains mainly: green. Hex color #81B299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81B299 is #7E4D66. Grayscale: #A0A0A0. Windows color (decimal): -8277351 or 10072705. OLE color: 10072705.
HSL color Cylindrical-coordinate representation of color #81B299: hue angle of 149.39º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81B299 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 178 | 153 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.30 |
| HSL | 149.39º | 0.24% | 0.6% | - |
| HSV(B) | 149.39º | 0.28% | 0.7% | - |
| XYZ | 30.72 | 38.81 | 36.01 | - |
| YUV | 160.5 | 123.77 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 178 | 153 | 0.28 | 0 | 0.14 | 0.30 | 149.39 | 0.24 | 0.6 |
| Hex | 81 | B2 | 99 | 1C | 0 | E | 1E | 95 | 18 | 3C |
| Octal | 201 | 262 | 231 | 34 | 0 | 16 | 36 | 225 | 30 | 74 |
| Binary | 10000001 | 10110010 | 10011001 | 11100 | 0 | 1110 | 11110 | 10010101 | 11000 | 111100 |
Color Harmonies of #81B299
Complementary color
Monochromatic Colors of #81B299
Black with #81B299
Text Example
Text Example
White with #81B299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B299; }
p { color: rgb(129,178,153); }
H1.HeaderClassName
{
color: #81B299;
}
.AnyTagClassName
{
color: #81B299;
}
</style>
background-color css
<style>
a { background-color: #81B299; }
a { background-color: rgb(129,178,153); }
div.DivClassName
{
background-color: #81B299;
}
.BgClassName
{
background-color: #81B299;
}
</style>
border-color css
<style>
span { border-color: #81B299; }
span { border-color: rgb(129,178,153); }
td.TdClassName
{
border-color: #81B299;
}
.TagClassName
{
border-color: #81B299;
}
</style>