Shades of Padua #81BC9F
Tints of Padua #81BC9F
RGB
CMYK
RGB Variations
Color information
#81BC9F (or 0x81BC9F) is known color: Padua. HEX triplet: 81, BC and 9F. RGB value is (129,188,159). Sum of RGB (Red+Green+Blue) = 129+188+159=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BC9F is #7E4360. Grayscale: #A7A7A7. Windows color (decimal): -8274785 or 10468481. OLE color: 10468481.
HSL color Cylindrical-coordinate representation of color #81BC9F: hue angle of 150.51º 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 #81BC9F is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 159 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.26 |
| HSL | 150.51º | 0.31% | 0.62% | - |
| HSV(B) | 150.51º | 0.31% | 0.74% | - |
| XYZ | 33.29 | 43.14 | 39.37 | - |
| YUV | 167.05 | 123.45 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 159 | 0.31 | 0 | 0.15 | 0.26 | 150.51 | 0.31 | 0.62 |
| Hex | 81 | BC | 9F | 1F | 0 | F | 1A | 97 | 1F | 3E |
| Octal | 201 | 274 | 237 | 37 | 0 | 17 | 32 | 227 | 37 | 76 |
| Binary | 10000001 | 10111100 | 10011111 | 11111 | 0 | 1111 | 11010 | 10010111 | 11111 | 111110 |
Color Harmonies of #81BC9F
Complementary color
Monochromatic Colors of #81BC9F
Black with #81BC9F
Text Example
Text Example
White with #81BC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BC9F; }
p { color: rgb(129,188,159); }
H1.HeaderClassName
{
color: #81BC9F;
}
.AnyTagClassName
{
color: #81BC9F;
}
</style>
background-color css
<style>
a { background-color: #81BC9F; }
a { background-color: rgb(129,188,159); }
div.DivClassName
{
background-color: #81BC9F;
}
.BgClassName
{
background-color: #81BC9F;
}
</style>
border-color css
<style>
span { border-color: #81BC9F; }
span { border-color: rgb(129,188,159); }
td.TdClassName
{
border-color: #81BC9F;
}
.TagClassName
{
border-color: #81BC9F;
}
</style>