Shades of Padua #83B893
Tints of Padua #83B893
RGB
CMYK
RGB Variations
Color information
#83B893 (or 0x83B893) is known color: Padua. HEX triplet: 83, B8 and 93. RGB value is (131,184,147). Sum of RGB (Red+Green+Blue) = 131+184+147=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 184 - color contains mainly: green. Hex color #83B893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B893 is #7C476C. Grayscale: #A4A4A4. Windows color (decimal): -8144749 or 9681027. OLE color: 9681027.
HSL color Cylindrical-coordinate representation of color #83B893: hue angle of 138.11º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83B893 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 184 | 147 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.28 |
| HSL | 138.11º | 0.27% | 0.62% | - |
| HSV(B) | 138.11º | 0.29% | 0.72% | - |
| XYZ | 31.77 | 41.21 | 33.88 | - |
| YUV | 163.94 | 118.44 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 184 | 147 | 0.29 | 0 | 0.20 | 0.28 | 138.11 | 0.27 | 0.62 |
| Hex | 83 | B8 | 93 | 1D | 0 | 14 | 1C | 8A | 1B | 3E |
| Octal | 203 | 270 | 223 | 35 | 0 | 24 | 34 | 212 | 33 | 76 |
| Binary | 10000011 | 10111000 | 10010011 | 11101 | 0 | 10100 | 11100 | 10001010 | 11011 | 111110 |
Color Harmonies of #83B893
Complementary color
Monochromatic Colors of #83B893
Black with #83B893
Text Example
Text Example
White with #83B893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B893; }
p { color: rgb(131,184,147); }
H1.HeaderClassName
{
color: #83B893;
}
.AnyTagClassName
{
color: #83B893;
}
</style>
background-color css
<style>
a { background-color: #83B893; }
a { background-color: rgb(131,184,147); }
div.DivClassName
{
background-color: #83B893;
}
.BgClassName
{
background-color: #83B893;
}
</style>
border-color css
<style>
span { border-color: #83B893; }
span { border-color: rgb(131,184,147); }
td.TdClassName
{
border-color: #83B893;
}
.TagClassName
{
border-color: #83B893;
}
</style>