Shades of Padua #80B99E
Tints of Padua #80B99E
RGB
CMYK
RGB Variations
Color information
#80B99E (or 0x80B99E) is known color: Padua. HEX triplet: 80, B9 and 9E. RGB value is (128,185,158). Sum of RGB (Red+Green+Blue) = 128+185+158=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #80B99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B99E is #7F4661. Grayscale: #A4A4A4. Windows color (decimal): -8341090 or 10402176. OLE color: 10402176.
HSL color Cylindrical-coordinate representation of color #80B99E: hue angle of 151.58º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80B99E is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 185 | 158 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.27 |
| HSL | 151.58º | 0.29% | 0.61% | - |
| HSV(B) | 151.58º | 0.31% | 0.73% | - |
| XYZ | 32.42 | 41.76 | 38.7 | - |
| YUV | 164.88 | 124.12 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 185 | 158 | 0.31 | 0 | 0.15 | 0.27 | 151.58 | 0.29 | 0.61 |
| Hex | 80 | B9 | 9E | 1F | 0 | F | 1B | 98 | 1D | 3D |
| Octal | 200 | 271 | 236 | 37 | 0 | 17 | 33 | 230 | 35 | 75 |
| Binary | 10000000 | 10111001 | 10011110 | 11111 | 0 | 1111 | 11011 | 10011000 | 11101 | 111101 |
Color Harmonies of #80B99E
Complementary color
Monochromatic Colors of #80B99E
Black with #80B99E
Text Example
Text Example
White with #80B99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B99E; }
p { color: rgb(128,185,158); }
H1.HeaderClassName
{
color: #80B99E;
}
.AnyTagClassName
{
color: #80B99E;
}
</style>
background-color css
<style>
a { background-color: #80B99E; }
a { background-color: rgb(128,185,158); }
div.DivClassName
{
background-color: #80B99E;
}
.BgClassName
{
background-color: #80B99E;
}
</style>
border-color css
<style>
span { border-color: #80B99E; }
span { border-color: rgb(128,185,158); }
td.TdClassName
{
border-color: #80B99E;
}
.TagClassName
{
border-color: #80B99E;
}
</style>