Shades of Padua #86B29E
Tints of Padua #86B29E
RGB
CMYK
RGB Variations
Color information
#86B29E (or 0x86B29E) is known color: Padua. HEX triplet: 86, B2 and 9E. RGB value is (134,178,158). Sum of RGB (Red+Green+Blue) = 134+178+158=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 178 - color contains mainly: green. Hex color #86B29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86B29E is #794D61. Grayscale: #A2A2A2. Windows color (decimal): -7949666 or 10400390. OLE color: 10400390.
HSL color Cylindrical-coordinate representation of color #86B29E: hue angle of 152.73º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86B29E is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 178 | 158 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.30 |
| HSL | 152.73º | 0.22% | 0.61% | - |
| HSV(B) | 152.73º | 0.25% | 0.7% | - |
| XYZ | 31.92 | 39.38 | 38.27 | - |
| YUV | 162.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 178 | 158 | 0.25 | 0 | 0.11 | 0.30 | 152.73 | 0.22 | 0.61 |
| Hex | 86 | B2 | 9E | 19 | 0 | B | 1E | 99 | 16 | 3D |
| Octal | 206 | 262 | 236 | 31 | 0 | 13 | 36 | 231 | 26 | 75 |
| Binary | 10000110 | 10110010 | 10011110 | 11001 | 0 | 1011 | 11110 | 10011001 | 10110 | 111101 |
Color Harmonies of #86B29E
Complementary color
Monochromatic Colors of #86B29E
Black with #86B29E
Text Example
Text Example
White with #86B29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B29E; }
p { color: rgb(134,178,158); }
H1.HeaderClassName
{
color: #86B29E;
}
.AnyTagClassName
{
color: #86B29E;
}
</style>
background-color css
<style>
a { background-color: #86B29E; }
a { background-color: rgb(134,178,158); }
div.DivClassName
{
background-color: #86B29E;
}
.BgClassName
{
background-color: #86B29E;
}
</style>
border-color css
<style>
span { border-color: #86B29E; }
span { border-color: rgb(134,178,158); }
td.TdClassName
{
border-color: #86B29E;
}
.TagClassName
{
border-color: #86B29E;
}
</style>