Shades of Padua #83AF9B
Tints of Padua #83AF9B
RGB
CMYK
RGB Variations
Color information
#83AF9B (or 0x83AF9B) is known color: Padua. HEX triplet: 83, AF and 9B. RGB value is (131,175,155). Sum of RGB (Red+Green+Blue) = 131+175+155=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AF9B is #7C5064. Grayscale: #9F9F9F. Windows color (decimal): -8147045 or 10203011. OLE color: 10203011.
HSL color Cylindrical-coordinate representation of color #83AF9B: hue angle of 152.73º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83AF9B is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 175 | 155 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.31 |
| HSL | 152.73º | 0.22% | 0.6% | - |
| HSV(B) | 152.73º | 0.25% | 0.69% | - |
| XYZ | 30.61 | 37.85 | 36.7 | - |
| YUV | 159.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 175 | 155 | 0.25 | 0 | 0.11 | 0.31 | 152.73 | 0.22 | 0.6 |
| Hex | 83 | AF | 9B | 19 | 0 | B | 1F | 99 | 16 | 3C |
| Octal | 203 | 257 | 233 | 31 | 0 | 13 | 37 | 231 | 26 | 74 |
| Binary | 10000011 | 10101111 | 10011011 | 11001 | 0 | 1011 | 11111 | 10011001 | 10110 | 111100 |
Color Harmonies of #83AF9B
Complementary color
Monochromatic Colors of #83AF9B
Black with #83AF9B
Text Example
Text Example
White with #83AF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AF9B; }
p { color: rgb(131,175,155); }
H1.HeaderClassName
{
color: #83AF9B;
}
.AnyTagClassName
{
color: #83AF9B;
}
</style>
background-color css
<style>
a { background-color: #83AF9B; }
a { background-color: rgb(131,175,155); }
div.DivClassName
{
background-color: #83AF9B;
}
.BgClassName
{
background-color: #83AF9B;
}
</style>
border-color css
<style>
span { border-color: #83AF9B; }
span { border-color: rgb(131,175,155); }
td.TdClassName
{
border-color: #83AF9B;
}
.TagClassName
{
border-color: #83AF9B;
}
</style>