Shades of Padua #80B99B
Tints of Padua #80B99B
RGB
CMYK
RGB Variations
Color information
#80B99B (or 0x80B99B) is known color: Padua. HEX triplet: 80, B9 and 9B. RGB value is (128,185,155). Sum of RGB (Red+Green+Blue) = 128+185+155=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 185 - color contains mainly: green. Hex color #80B99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B99B is #7F4664. Grayscale: #A4A4A4. Windows color (decimal): -8341093 or 10205568. OLE color: 10205568.
HSL color Cylindrical-coordinate representation of color #80B99B: hue angle of 148.42º 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 #80B99B is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 185 | 155 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.27 |
| HSL | 148.42º | 0.29% | 0.61% | - |
| HSV(B) | 148.42º | 0.31% | 0.73% | - |
| XYZ | 32.17 | 41.65 | 37.35 | - |
| YUV | 164.54 | 122.62 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 185 | 155 | 0.31 | 0 | 0.16 | 0.27 | 148.42 | 0.29 | 0.61 |
| Hex | 80 | B9 | 9B | 1F | 0 | 10 | 1B | 94 | 1D | 3D |
| Octal | 200 | 271 | 233 | 37 | 0 | 20 | 33 | 224 | 35 | 75 |
| Binary | 10000000 | 10111001 | 10011011 | 11111 | 0 | 10000 | 11011 | 10010100 | 11101 | 111101 |
Color Harmonies of #80B99B
Complementary color
Monochromatic Colors of #80B99B
Black with #80B99B
Text Example
Text Example
White with #80B99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B99B; }
p { color: rgb(128,185,155); }
H1.HeaderClassName
{
color: #80B99B;
}
.AnyTagClassName
{
color: #80B99B;
}
</style>
background-color css
<style>
a { background-color: #80B99B; }
a { background-color: rgb(128,185,155); }
div.DivClassName
{
background-color: #80B99B;
}
.BgClassName
{
background-color: #80B99B;
}
</style>
border-color css
<style>
span { border-color: #80B99B; }
span { border-color: rgb(128,185,155); }
td.TdClassName
{
border-color: #80B99B;
}
.TagClassName
{
border-color: #80B99B;
}
</style>