Shades of Padua #81BC9C
Tints of Padua #81BC9C
RGB
CMYK
RGB Variations
Color information
#81BC9C (or 0x81BC9C) is known color: Padua. HEX triplet: 81, BC and 9C. RGB value is (129,188,156). Sum of RGB (Red+Green+Blue) = 129+188+156=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BC9C is #7E4363. Grayscale: #A6A6A6. Windows color (decimal): -8274788 or 10271873. OLE color: 10271873.
HSL color Cylindrical-coordinate representation of color #81BC9C: hue angle of 147.46º 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 #81BC9C is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 156 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.26 |
| HSL | 147.46º | 0.31% | 0.62% | - |
| HSV(B) | 147.46º | 0.31% | 0.74% | - |
| XYZ | 33.04 | 43.03 | 38.02 | - |
| YUV | 166.71 | 121.95 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 156 | 0.31 | 0 | 0.17 | 0.26 | 147.46 | 0.31 | 0.62 |
| Hex | 81 | BC | 9C | 1F | 0 | 11 | 1A | 93 | 1F | 3E |
| Octal | 201 | 274 | 234 | 37 | 0 | 21 | 32 | 223 | 37 | 76 |
| Binary | 10000001 | 10111100 | 10011100 | 11111 | 0 | 10001 | 11010 | 10010011 | 11111 | 111110 |
Color Harmonies of #81BC9C
Complementary color
Monochromatic Colors of #81BC9C
Black with #81BC9C
Text Example
Text Example
White with #81BC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BC9C; }
p { color: rgb(129,188,156); }
H1.HeaderClassName
{
color: #81BC9C;
}
.AnyTagClassName
{
color: #81BC9C;
}
</style>
background-color css
<style>
a { background-color: #81BC9C; }
a { background-color: rgb(129,188,156); }
div.DivClassName
{
background-color: #81BC9C;
}
.BgClassName
{
background-color: #81BC9C;
}
</style>
border-color css
<style>
span { border-color: #81BC9C; }
span { border-color: rgb(129,188,156); }
td.TdClassName
{
border-color: #81BC9C;
}
.TagClassName
{
border-color: #81BC9C;
}
</style>