Shades of Padua #83BB9E
Tints of Padua #83BB9E
RGB
CMYK
RGB Variations
Color information
#83BB9E (or 0x83BB9E) is known color: Padua. HEX triplet: 83, BB and 9E. RGB value is (131,187,158). Sum of RGB (Red+Green+Blue) = 131+187+158=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BB9E is #7C4461. Grayscale: #A7A7A7. Windows color (decimal): -8143970 or 10402691. OLE color: 10402691.
HSL color Cylindrical-coordinate representation of color #83BB9E: hue angle of 148.93º 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 #83BB9E is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 187 | 158 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.27 |
| HSL | 148.93º | 0.29% | 0.62% | - |
| HSV(B) | 148.93º | 0.3% | 0.73% | - |
| XYZ | 33.3 | 42.83 | 38.86 | - |
| YUV | 166.95 | 122.95 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 158 | 0.30 | 0 | 0.16 | 0.27 | 148.93 | 0.29 | 0.62 |
| Hex | 83 | BB | 9E | 1E | 0 | 10 | 1B | 95 | 1D | 3E |
| Octal | 203 | 273 | 236 | 36 | 0 | 20 | 33 | 225 | 35 | 76 |
| Binary | 10000011 | 10111011 | 10011110 | 11110 | 0 | 10000 | 11011 | 10010101 | 11101 | 111110 |
Color Harmonies of #83BB9E
Complementary color
Monochromatic Colors of #83BB9E
Black with #83BB9E
Text Example
Text Example
White with #83BB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BB9E; }
p { color: rgb(131,187,158); }
H1.HeaderClassName
{
color: #83BB9E;
}
.AnyTagClassName
{
color: #83BB9E;
}
</style>
background-color css
<style>
a { background-color: #83BB9E; }
a { background-color: rgb(131,187,158); }
div.DivClassName
{
background-color: #83BB9E;
}
.BgClassName
{
background-color: #83BB9E;
}
</style>
border-color css
<style>
span { border-color: #83BB9E; }
span { border-color: rgb(131,187,158); }
td.TdClassName
{
border-color: #83BB9E;
}
.TagClassName
{
border-color: #83BB9E;
}
</style>