Shades of Padua #80AF96
Tints of Padua #80AF96
RGB
CMYK
RGB Variations
Color information
#80AF96 (or 0x80AF96) is known color: Padua. HEX triplet: 80, AF and 96. RGB value is (128,175,150). Sum of RGB (Red+Green+Blue) = 128+175+150=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AF96 is #7F5069. Grayscale: #9E9E9E. Windows color (decimal): -8343658 or 9875328. OLE color: 9875328.
HSL color Cylindrical-coordinate representation of color #80AF96: hue angle of 148.09º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80AF96 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 175 | 150 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.31 |
| HSL | 148.09º | 0.23% | 0.59% | - |
| HSV(B) | 148.09º | 0.27% | 0.69% | - |
| XYZ | 29.74 | 37.45 | 34.52 | - |
| YUV | 158.1 | 123.43 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 150 | 0.27 | 0 | 0.14 | 0.31 | 148.09 | 0.23 | 0.59 |
| Hex | 80 | AF | 96 | 1B | 0 | E | 1F | 94 | 17 | 3B |
| Octal | 200 | 257 | 226 | 33 | 0 | 16 | 37 | 224 | 27 | 73 |
| Binary | 10000000 | 10101111 | 10010110 | 11011 | 0 | 1110 | 11111 | 10010100 | 10111 | 111011 |
Color Harmonies of #80AF96
Complementary color
Monochromatic Colors of #80AF96
Black with #80AF96
Text Example
Text Example
White with #80AF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AF96; }
p { color: rgb(128,175,150); }
H1.HeaderClassName
{
color: #80AF96;
}
.AnyTagClassName
{
color: #80AF96;
}
</style>
background-color css
<style>
a { background-color: #80AF96; }
a { background-color: rgb(128,175,150); }
div.DivClassName
{
background-color: #80AF96;
}
.BgClassName
{
background-color: #80AF96;
}
</style>
border-color css
<style>
span { border-color: #80AF96; }
span { border-color: rgb(128,175,150); }
td.TdClassName
{
border-color: #80AF96;
}
.TagClassName
{
border-color: #80AF96;
}
</style>