Shades of Padua #83C09A
Tints of Padua #83C09A
RGB
CMYK
RGB Variations
Color information
#83C09A (or 0x83C09A) is known color: Padua. HEX triplet: 83, C0 and 9A. RGB value is (131,192,154). Sum of RGB (Red+Green+Blue) = 131+192+154=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #83C09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C09A is #7C3F65. Grayscale: #A9A9A9. Windows color (decimal): -8142694 or 10141827. OLE color: 10141827.
HSL color Cylindrical-coordinate representation of color #83C09A: hue angle of 142.62º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83C09A is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 192 | 154 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.25 |
| HSL | 142.62º | 0.33% | 0.63% | - |
| HSV(B) | 142.62º | 0.32% | 0.75% | - |
| XYZ | 34.04 | 44.86 | 37.44 | - |
| YUV | 169.43 | 119.29 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 192 | 154 | 0.32 | 0 | 0.20 | 0.25 | 142.62 | 0.33 | 0.63 |
| Hex | 83 | C0 | 9A | 20 | 0 | 14 | 19 | 8F | 21 | 3F |
| Octal | 203 | 300 | 232 | 40 | 0 | 24 | 31 | 217 | 41 | 77 |
| Binary | 10000011 | 11000000 | 10011010 | 100000 | 0 | 10100 | 11001 | 10001111 | 100001 | 111111 |
Color Harmonies of #83C09A
Complementary color
Monochromatic Colors of #83C09A
Black with #83C09A
Text Example
Text Example
White with #83C09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C09A; }
p { color: rgb(131,192,154); }
H1.HeaderClassName
{
color: #83C09A;
}
.AnyTagClassName
{
color: #83C09A;
}
</style>
background-color css
<style>
a { background-color: #83C09A; }
a { background-color: rgb(131,192,154); }
div.DivClassName
{
background-color: #83C09A;
}
.BgClassName
{
background-color: #83C09A;
}
</style>
border-color css
<style>
span { border-color: #83C09A; }
span { border-color: rgb(131,192,154); }
td.TdClassName
{
border-color: #83C09A;
}
.TagClassName
{
border-color: #83C09A;
}
</style>