Shades of Padua #86A997
Tints of Padua #86A997
RGB
CMYK
RGB Variations
Color information
#86A997 (or 0x86A997) is known color: Padua. HEX triplet: 86, A9 and 97. RGB value is (134,169,151). Sum of RGB (Red+Green+Blue) = 134+169+151=454 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.52% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 169 - color contains mainly: green. Hex color #86A997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A997 is #795668. Grayscale: #9C9C9C. Windows color (decimal): -7951977 or 9939334. OLE color: 9939334.
HSL color Cylindrical-coordinate representation of color #86A997: hue angle of 149.14º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86A997 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 169 | 151 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.34 |
| HSL | 149.14º | 0.17% | 0.59% | - |
| HSV(B) | 149.14º | 0.21% | 0.66% | - |
| XYZ | 29.61 | 35.68 | 34.6 | - |
| YUV | 156.48 | 124.9 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 169 | 151 | 0.21 | 0 | 0.11 | 0.34 | 149.14 | 0.17 | 0.59 |
| Hex | 86 | A9 | 97 | 15 | 0 | B | 22 | 95 | 11 | 3B |
| Octal | 206 | 251 | 227 | 25 | 0 | 13 | 42 | 225 | 21 | 73 |
| Binary | 10000110 | 10101001 | 10010111 | 10101 | 0 | 1011 | 100010 | 10010101 | 10001 | 111011 |
Color Harmonies of #86A997
Complementary color
Monochromatic Colors of #86A997
Black with #86A997
Text Example
Text Example
White with #86A997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A997; }
p { color: rgb(134,169,151); }
H1.HeaderClassName
{
color: #86A997;
}
.AnyTagClassName
{
color: #86A997;
}
</style>
background-color css
<style>
a { background-color: #86A997; }
a { background-color: rgb(134,169,151); }
div.DivClassName
{
background-color: #86A997;
}
.BgClassName
{
background-color: #86A997;
}
</style>
border-color css
<style>
span { border-color: #86A997; }
span { border-color: rgb(134,169,151); }
td.TdClassName
{
border-color: #86A997;
}
.TagClassName
{
border-color: #86A997;
}
</style>