Shades of Padua #80AF98
Tints of Padua #80AF98
RGB
CMYK
RGB Variations
Color information
#80AF98 (or 0x80AF98) is known color: Padua. HEX triplet: 80, AF and 98. RGB value is (128,175,152). Sum of RGB (Red+Green+Blue) = 128+175+152=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AF98 is #7F5067. Grayscale: #9E9E9E. Windows color (decimal): -8343656 or 10006400. OLE color: 10006400.
HSL color Cylindrical-coordinate representation of color #80AF98: hue angle of 150.64º 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 #80AF98 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 175 | 152 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.31 |
| HSL | 150.64º | 0.23% | 0.59% | - |
| HSV(B) | 150.64º | 0.27% | 0.69% | - |
| XYZ | 29.9 | 37.52 | 35.37 | - |
| YUV | 158.33 | 124.43 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 152 | 0.27 | 0 | 0.13 | 0.31 | 150.64 | 0.23 | 0.59 |
| Hex | 80 | AF | 98 | 1B | 0 | D | 1F | 97 | 17 | 3B |
| Octal | 200 | 257 | 230 | 33 | 0 | 15 | 37 | 227 | 27 | 73 |
| Binary | 10000000 | 10101111 | 10011000 | 11011 | 0 | 1101 | 11111 | 10010111 | 10111 | 111011 |
Color Harmonies of #80AF98
Complementary color
Monochromatic Colors of #80AF98
Black with #80AF98
Text Example
Text Example
White with #80AF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AF98; }
p { color: rgb(128,175,152); }
H1.HeaderClassName
{
color: #80AF98;
}
.AnyTagClassName
{
color: #80AF98;
}
</style>
background-color css
<style>
a { background-color: #80AF98; }
a { background-color: rgb(128,175,152); }
div.DivClassName
{
background-color: #80AF98;
}
.BgClassName
{
background-color: #80AF98;
}
</style>
border-color css
<style>
span { border-color: #80AF98; }
span { border-color: rgb(128,175,152); }
td.TdClassName
{
border-color: #80AF98;
}
.TagClassName
{
border-color: #80AF98;
}
</style>