Shades of Padua #80BE94
Tints of Padua #80BE94
RGB
CMYK
RGB Variations
Color information
#80BE94 (or 0x80BE94) is known color: Padua. HEX triplet: 80, BE and 94. RGB value is (128,190,148). Sum of RGB (Red+Green+Blue) = 128+190+148=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BE94 is #7F416B. Grayscale: #A6A6A6. Windows color (decimal): -8339820 or 9748096. OLE color: 9748096.
HSL color Cylindrical-coordinate representation of color #80BE94: hue angle of 139.35º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BE94 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 190 | 148 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.25 |
| HSL | 139.35º | 0.32% | 0.62% | - |
| HSV(B) | 139.35º | 0.33% | 0.75% | - |
| XYZ | 32.66 | 43.55 | 34.7 | - |
| YUV | 166.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 190 | 148 | 0.33 | 0 | 0.22 | 0.25 | 139.35 | 0.32 | 0.62 |
| Hex | 80 | BE | 94 | 21 | 0 | 16 | 19 | 8B | 20 | 3E |
| Octal | 200 | 276 | 224 | 41 | 0 | 26 | 31 | 213 | 40 | 76 |
| Binary | 10000000 | 10111110 | 10010100 | 100001 | 0 | 10110 | 11001 | 10001011 | 100000 | 111110 |
Color Harmonies of #80BE94
Complementary color
Monochromatic Colors of #80BE94
Black with #80BE94
Text Example
Text Example
White with #80BE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BE94; }
p { color: rgb(128,190,148); }
H1.HeaderClassName
{
color: #80BE94;
}
.AnyTagClassName
{
color: #80BE94;
}
</style>
background-color css
<style>
a { background-color: #80BE94; }
a { background-color: rgb(128,190,148); }
div.DivClassName
{
background-color: #80BE94;
}
.BgClassName
{
background-color: #80BE94;
}
</style>
border-color css
<style>
span { border-color: #80BE94; }
span { border-color: rgb(128,190,148); }
td.TdClassName
{
border-color: #80BE94;
}
.TagClassName
{
border-color: #80BE94;
}
</style>