Shades of Padua #86B29C
Tints of Padua #86B29C
RGB
CMYK
RGB Variations
Color information
#86B29C (or 0x86B29C) is known color: Padua. HEX triplet: 86, B2 and 9C. RGB value is (134,178,156). Sum of RGB (Red+Green+Blue) = 134+178+156=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 178 - color contains mainly: green. Hex color #86B29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86B29C is #794D63. Grayscale: #A2A2A2. Windows color (decimal): -7949668 or 10269318. OLE color: 10269318.
HSL color Cylindrical-coordinate representation of color #86B29C: hue angle of 150º 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 #86B29C is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 178 | 156 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.30 |
| HSL | 150º | 0.22% | 0.61% | - |
| HSV(B) | 150º | 0.25% | 0.7% | - |
| XYZ | 31.75 | 39.31 | 37.37 | - |
| YUV | 162.34 | 124.42 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 178 | 156 | 0.25 | 0 | 0.12 | 0.30 | 150 | 0.22 | 0.61 |
| Hex | 86 | B2 | 9C | 19 | 0 | C | 1E | 96 | 16 | 3D |
| Octal | 206 | 262 | 234 | 31 | 0 | 14 | 36 | 226 | 26 | 75 |
| Binary | 10000110 | 10110010 | 10011100 | 11001 | 0 | 1100 | 11110 | 10010110 | 10110 | 111101 |
Color Harmonies of #86B29C
Complementary color
Monochromatic Colors of #86B29C
Black with #86B29C
Text Example
Text Example
White with #86B29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B29C; }
p { color: rgb(134,178,156); }
H1.HeaderClassName
{
color: #86B29C;
}
.AnyTagClassName
{
color: #86B29C;
}
</style>
background-color css
<style>
a { background-color: #86B29C; }
a { background-color: rgb(134,178,156); }
div.DivClassName
{
background-color: #86B29C;
}
.BgClassName
{
background-color: #86B29C;
}
</style>
border-color css
<style>
span { border-color: #86B29C; }
span { border-color: rgb(134,178,156); }
td.TdClassName
{
border-color: #86B29C;
}
.TagClassName
{
border-color: #86B29C;
}
</style>