Shades of Padua #84AF9A
Tints of Padua #84AF9A
RGB
CMYK
RGB Variations
Color information
#84AF9A (or 0x84AF9A) is known color: Padua. HEX triplet: 84, AF and 9A. RGB value is (132,175,154). Sum of RGB (Red+Green+Blue) = 132+175+154=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AF9A is #7B5065. Grayscale: #9F9F9F. Windows color (decimal): -8081510 or 10137476. OLE color: 10137476.
HSL color Cylindrical-coordinate representation of color #84AF9A: hue angle of 150.7º 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 #84AF9A is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 154 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.31 |
| HSL | 150.7º | 0.21% | 0.6% | - |
| HSV(B) | 150.7º | 0.25% | 0.69% | - |
| XYZ | 30.68 | 37.9 | 36.27 | - |
| YUV | 159.75 | 124.75 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 154 | 0.25 | 0 | 0.12 | 0.31 | 150.7 | 0.21 | 0.6 |
| Hex | 84 | AF | 9A | 19 | 0 | C | 1F | 97 | 15 | 3C |
| Octal | 204 | 257 | 232 | 31 | 0 | 14 | 37 | 227 | 25 | 74 |
| Binary | 10000100 | 10101111 | 10011010 | 11001 | 0 | 1100 | 11111 | 10010111 | 10101 | 111100 |
Color Harmonies of #84AF9A
Complementary color
Monochromatic Colors of #84AF9A
Black with #84AF9A
Text Example
Text Example
White with #84AF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF9A; }
p { color: rgb(132,175,154); }
H1.HeaderClassName
{
color: #84AF9A;
}
.AnyTagClassName
{
color: #84AF9A;
}
</style>
background-color css
<style>
a { background-color: #84AF9A; }
a { background-color: rgb(132,175,154); }
div.DivClassName
{
background-color: #84AF9A;
}
.BgClassName
{
background-color: #84AF9A;
}
</style>
border-color css
<style>
span { border-color: #84AF9A; }
span { border-color: rgb(132,175,154); }
td.TdClassName
{
border-color: #84AF9A;
}
.TagClassName
{
border-color: #84AF9A;
}
</style>