Shades of Padua #83BB96
Tints of Padua #83BB96
RGB
CMYK
RGB Variations
Color information
#83BB96 (or 0x83BB96) is known color: Padua. HEX triplet: 83, BB and 96. RGB value is (131,187,150). Sum of RGB (Red+Green+Blue) = 131+187+150=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BB96 is #7C4469. Grayscale: #A6A6A6. Windows color (decimal): -8143978 or 9878403. OLE color: 9878403.
HSL color Cylindrical-coordinate representation of color #83BB96: hue angle of 140.36º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BB96 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 187 | 150 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.27 |
| HSL | 140.36º | 0.29% | 0.62% | - |
| HSV(B) | 140.36º | 0.3% | 0.73% | - |
| XYZ | 32.64 | 42.57 | 35.35 | - |
| YUV | 166.04 | 118.95 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 150 | 0.30 | 0 | 0.20 | 0.27 | 140.36 | 0.29 | 0.62 |
| Hex | 83 | BB | 96 | 1E | 0 | 14 | 1B | 8C | 1D | 3E |
| Octal | 203 | 273 | 226 | 36 | 0 | 24 | 33 | 214 | 35 | 76 |
| Binary | 10000011 | 10111011 | 10010110 | 11110 | 0 | 10100 | 11011 | 10001100 | 11101 | 111110 |
Color Harmonies of #83BB96
Complementary color
Monochromatic Colors of #83BB96
Black with #83BB96
Text Example
Text Example
White with #83BB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BB96; }
p { color: rgb(131,187,150); }
H1.HeaderClassName
{
color: #83BB96;
}
.AnyTagClassName
{
color: #83BB96;
}
</style>
background-color css
<style>
a { background-color: #83BB96; }
a { background-color: rgb(131,187,150); }
div.DivClassName
{
background-color: #83BB96;
}
.BgClassName
{
background-color: #83BB96;
}
</style>
border-color css
<style>
span { border-color: #83BB96; }
span { border-color: rgb(131,187,150); }
td.TdClassName
{
border-color: #83BB96;
}
.TagClassName
{
border-color: #83BB96;
}
</style>