Shades of Padua #86B19B
Tints of Padua #86B19B
RGB
CMYK
RGB Variations
Color information
#86B19B (or 0x86B19B) is known color: Padua. HEX triplet: 86, B1 and 9B. RGB value is (134,177,155). Sum of RGB (Red+Green+Blue) = 134+177+155=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 177 - color contains mainly: green. Hex color #86B19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86B19B is #794E64. Grayscale: #A1A1A1. Windows color (decimal): -7949925 or 10203526. OLE color: 10203526.
HSL color Cylindrical-coordinate representation of color #86B19B: hue angle of 149.3º degrees, saturation: 0.22, 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 #86B19B is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 177 | 155 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.31 |
| HSL | 149.3º | 0.22% | 0.61% | - |
| HSV(B) | 149.3º | 0.24% | 0.69% | - |
| XYZ | 31.47 | 38.88 | 36.86 | - |
| YUV | 161.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 177 | 155 | 0.24 | 0 | 0.12 | 0.31 | 149.3 | 0.22 | 0.61 |
| Hex | 86 | B1 | 9B | 18 | 0 | C | 1F | 95 | 16 | 3D |
| Octal | 206 | 261 | 233 | 30 | 0 | 14 | 37 | 225 | 26 | 75 |
| Binary | 10000110 | 10110001 | 10011011 | 11000 | 0 | 1100 | 11111 | 10010101 | 10110 | 111101 |
Color Harmonies of #86B19B
Complementary color
Monochromatic Colors of #86B19B
Black with #86B19B
Text Example
Text Example
White with #86B19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B19B; }
p { color: rgb(134,177,155); }
H1.HeaderClassName
{
color: #86B19B;
}
.AnyTagClassName
{
color: #86B19B;
}
</style>
background-color css
<style>
a { background-color: #86B19B; }
a { background-color: rgb(134,177,155); }
div.DivClassName
{
background-color: #86B19B;
}
.BgClassName
{
background-color: #86B19B;
}
</style>
border-color css
<style>
span { border-color: #86B19B; }
span { border-color: rgb(134,177,155); }
td.TdClassName
{
border-color: #86B19B;
}
.TagClassName
{
border-color: #86B19B;
}
</style>