Shades of Padua #85BA9E
Tints of Padua #85BA9E
RGB
CMYK
RGB Variations
Color information
#85BA9E (or 0x85BA9E) is known color: Padua. HEX triplet: 85, BA and 9E. RGB value is (133,186,158). Sum of RGB (Red+Green+Blue) = 133+186+158=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BA9E is #7A4561. Grayscale: #A7A7A7. Windows color (decimal): -8013154 or 10402437. OLE color: 10402437.
HSL color Cylindrical-coordinate representation of color #85BA9E: hue angle of 148.3º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85BA9E is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 158 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.27 |
| HSL | 148.3º | 0.28% | 0.63% | - |
| HSV(B) | 148.3º | 0.28% | 0.73% | - |
| XYZ | 33.4 | 42.57 | 38.8 | - |
| YUV | 166.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 158 | 0.28 | 0 | 0.15 | 0.27 | 148.3 | 0.28 | 0.63 |
| Hex | 85 | BA | 9E | 1C | 0 | F | 1B | 94 | 1C | 3F |
| Octal | 205 | 272 | 236 | 34 | 0 | 17 | 33 | 224 | 34 | 77 |
| Binary | 10000101 | 10111010 | 10011110 | 11100 | 0 | 1111 | 11011 | 10010100 | 11100 | 111111 |
Color Harmonies of #85BA9E
Complementary color
Monochromatic Colors of #85BA9E
Black with #85BA9E
Text Example
Text Example
White with #85BA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA9E; }
p { color: rgb(133,186,158); }
H1.HeaderClassName
{
color: #85BA9E;
}
.AnyTagClassName
{
color: #85BA9E;
}
</style>
background-color css
<style>
a { background-color: #85BA9E; }
a { background-color: rgb(133,186,158); }
div.DivClassName
{
background-color: #85BA9E;
}
.BgClassName
{
background-color: #85BA9E;
}
</style>
border-color css
<style>
span { border-color: #85BA9E; }
span { border-color: rgb(133,186,158); }
td.TdClassName
{
border-color: #85BA9E;
}
.TagClassName
{
border-color: #85BA9E;
}
</style>