Shades of Padua #83C3A2
Tints of Padua #83C3A2
RGB
CMYK
RGB Variations
Color information
#83C3A2 (or 0x83C3A2) is known color: Padua. HEX triplet: 83, C3 and A2. RGB value is (131,195,162). Sum of RGB (Red+Green+Blue) = 131+195+162=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #83C3A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C3A2 is #7C3C5D. Grayscale: #ACACAC. Windows color (decimal): -8141918 or 10666883. OLE color: 10666883.
HSL color Cylindrical-coordinate representation of color #83C3A2: hue angle of 149.06º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83C3A2 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 195 | 162 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.24 |
| HSL | 149.06º | 0.35% | 0.64% | - |
| HSV(B) | 149.06º | 0.33% | 0.76% | - |
| XYZ | 35.4 | 46.46 | 41.29 | - |
| YUV | 172.1 | 122.3 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 195 | 162 | 0.33 | 0 | 0.17 | 0.24 | 149.06 | 0.35 | 0.64 |
| Hex | 83 | C3 | A2 | 21 | 0 | 11 | 18 | 95 | 23 | 40 |
| Octal | 203 | 303 | 242 | 41 | 0 | 21 | 30 | 225 | 43 | 100 |
| Binary | 10000011 | 11000011 | 10100010 | 100001 | 0 | 10001 | 11000 | 10010101 | 100011 | 1000000 |
Color Harmonies of #83C3A2
Complementary color
Monochromatic Colors of #83C3A2
Black with #83C3A2
Text Example
Text Example
White with #83C3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C3A2; }
p { color: rgb(131,195,162); }
H1.HeaderClassName
{
color: #83C3A2;
}
.AnyTagClassName
{
color: #83C3A2;
}
</style>
background-color css
<style>
a { background-color: #83C3A2; }
a { background-color: rgb(131,195,162); }
div.DivClassName
{
background-color: #83C3A2;
}
.BgClassName
{
background-color: #83C3A2;
}
</style>
border-color css
<style>
span { border-color: #83C3A2; }
span { border-color: rgb(131,195,162); }
td.TdClassName
{
border-color: #83C3A2;
}
.TagClassName
{
border-color: #83C3A2;
}
</style>