Shades of Padua #81BC9A
Tints of Padua #81BC9A
RGB
CMYK
RGB Variations
Color information
#81BC9A (or 0x81BC9A) is known color: Padua. HEX triplet: 81, BC and 9A. RGB value is (129,188,154). Sum of RGB (Red+Green+Blue) = 129+188+154=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BC9A is #7E4365. Grayscale: #A6A6A6. Windows color (decimal): -8274790 or 10140801. OLE color: 10140801.
HSL color Cylindrical-coordinate representation of color #81BC9A: hue angle of 145.42º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81BC9A is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 154 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.26 |
| HSL | 145.42º | 0.31% | 0.62% | - |
| HSV(B) | 145.42º | 0.31% | 0.74% | - |
| XYZ | 32.87 | 42.97 | 37.13 | - |
| YUV | 166.48 | 120.95 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 154 | 0.31 | 0 | 0.18 | 0.26 | 145.42 | 0.31 | 0.62 |
| Hex | 81 | BC | 9A | 1F | 0 | 12 | 1A | 91 | 1F | 3E |
| Octal | 201 | 274 | 232 | 37 | 0 | 22 | 32 | 221 | 37 | 76 |
| Binary | 10000001 | 10111100 | 10011010 | 11111 | 0 | 10010 | 11010 | 10010001 | 11111 | 111110 |
Color Harmonies of #81BC9A
Complementary color
Monochromatic Colors of #81BC9A
Black with #81BC9A
Text Example
Text Example
White with #81BC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BC9A; }
p { color: rgb(129,188,154); }
H1.HeaderClassName
{
color: #81BC9A;
}
.AnyTagClassName
{
color: #81BC9A;
}
</style>
background-color css
<style>
a { background-color: #81BC9A; }
a { background-color: rgb(129,188,154); }
div.DivClassName
{
background-color: #81BC9A;
}
.BgClassName
{
background-color: #81BC9A;
}
</style>
border-color css
<style>
span { border-color: #81BC9A; }
span { border-color: rgb(129,188,154); }
td.TdClassName
{
border-color: #81BC9A;
}
.TagClassName
{
border-color: #81BC9A;
}
</style>