Shades of Padua #84AF9B
Tints of Padua #84AF9B
RGB
CMYK
RGB Variations
Color information
#84AF9B (or 0x84AF9B) is known color: Padua. HEX triplet: 84, AF and 9B. RGB value is (132,175,155). Sum of RGB (Red+Green+Blue) = 132+175+155=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AF9B is #7B5064. Grayscale: #9F9F9F. Windows color (decimal): -8081509 or 10203012. OLE color: 10203012.
HSL color Cylindrical-coordinate representation of color #84AF9B: hue angle of 152.09º degrees, saturation: 0.21, 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 #84AF9B is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 155 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.31 |
| HSL | 152.09º | 0.21% | 0.6% | - |
| HSV(B) | 152.09º | 0.25% | 0.69% | - |
| XYZ | 30.76 | 37.93 | 36.71 | - |
| YUV | 159.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 155 | 0.25 | 0 | 0.11 | 0.31 | 152.09 | 0.21 | 0.6 |
| Hex | 84 | AF | 9B | 19 | 0 | B | 1F | 98 | 15 | 3C |
| Octal | 204 | 257 | 233 | 31 | 0 | 13 | 37 | 230 | 25 | 74 |
| Binary | 10000100 | 10101111 | 10011011 | 11001 | 0 | 1011 | 11111 | 10011000 | 10101 | 111100 |
Color Harmonies of #84AF9B
Complementary color
Monochromatic Colors of #84AF9B
Black with #84AF9B
Text Example
Text Example
White with #84AF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF9B; }
p { color: rgb(132,175,155); }
H1.HeaderClassName
{
color: #84AF9B;
}
.AnyTagClassName
{
color: #84AF9B;
}
</style>
background-color css
<style>
a { background-color: #84AF9B; }
a { background-color: rgb(132,175,155); }
div.DivClassName
{
background-color: #84AF9B;
}
.BgClassName
{
background-color: #84AF9B;
}
</style>
border-color css
<style>
span { border-color: #84AF9B; }
span { border-color: rgb(132,175,155); }
td.TdClassName
{
border-color: #84AF9B;
}
.TagClassName
{
border-color: #84AF9B;
}
</style>