Shades of Padua #86B09B
Tints of Padua #86B09B
RGB
CMYK
RGB Variations
Color information
#86B09B (or 0x86B09B) is known color: Padua. HEX triplet: 86, B0 and 9B. RGB value is (134,176,155). Sum of RGB (Red+Green+Blue) = 134+176+155=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 176 - color contains mainly: green. Hex color #86B09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86B09B is #794F64. Grayscale: #A1A1A1. Windows color (decimal): -7950181 or 10203270. OLE color: 10203270.
HSL color Cylindrical-coordinate representation of color #86B09B: hue angle of 150º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #86B09B is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 176 | 155 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.31 |
| HSL | 150º | 0.21% | 0.61% | - |
| HSV(B) | 150º | 0.24% | 0.69% | - |
| XYZ | 31.27 | 38.49 | 36.79 | - |
| YUV | 161.05 | 124.59 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 176 | 155 | 0.24 | 0 | 0.12 | 0.31 | 150 | 0.21 | 0.61 |
| Hex | 86 | B0 | 9B | 18 | 0 | C | 1F | 96 | 15 | 3D |
| Octal | 206 | 260 | 233 | 30 | 0 | 14 | 37 | 226 | 25 | 75 |
| Binary | 10000110 | 10110000 | 10011011 | 11000 | 0 | 1100 | 11111 | 10010110 | 10101 | 111101 |
Color Harmonies of #86B09B
Complementary color
Monochromatic Colors of #86B09B
Black with #86B09B
Text Example
Text Example
White with #86B09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B09B; }
p { color: rgb(134,176,155); }
H1.HeaderClassName
{
color: #86B09B;
}
.AnyTagClassName
{
color: #86B09B;
}
</style>
background-color css
<style>
a { background-color: #86B09B; }
a { background-color: rgb(134,176,155); }
div.DivClassName
{
background-color: #86B09B;
}
.BgClassName
{
background-color: #86B09B;
}
</style>
border-color css
<style>
span { border-color: #86B09B; }
span { border-color: rgb(134,176,155); }
td.TdClassName
{
border-color: #86B09B;
}
.TagClassName
{
border-color: #86B09B;
}
</style>