Shades of Padua #73B896
Tints of Padua #73B896
RGB
CMYK
RGB Variations
Color information
#73B896 (or 0x73B896) is known color: Padua. HEX triplet: 73, B8 and 96. RGB value is (115,184,150). Sum of RGB (Red+Green+Blue) = 115+184+150=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 184 - color contains mainly: green. Hex color #73B896 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B896 is #8C4769. Grayscale: #9F9F9F. Windows color (decimal): -9193322 or 9877619. OLE color: 9877619.
HSL color Cylindrical-coordinate representation of color #73B896: hue angle of 150.43º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73B896 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 184 | 150 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.28 |
| HSL | 150.43º | 0.33% | 0.59% | - |
| HSV(B) | 150.43º | 0.38% | 0.72% | - |
| XYZ | 29.72 | 40.13 | 35.03 | - |
| YUV | 159.49 | 122.64 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 184 | 150 | 0.38 | 0 | 0.18 | 0.28 | 150.43 | 0.33 | 0.59 |
| Hex | 73 | B8 | 96 | 26 | 0 | 12 | 1C | 96 | 21 | 3B |
| Octal | 163 | 270 | 226 | 46 | 0 | 22 | 34 | 226 | 41 | 73 |
| Binary | 1110011 | 10111000 | 10010110 | 100110 | 0 | 10010 | 11100 | 10010110 | 100001 | 111011 |
Color Harmonies of #73B896
Complementary color
Monochromatic Colors of #73B896
Black with #73B896
Text Example
Text Example
White with #73B896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B896; }
p { color: rgb(115,184,150); }
H1.HeaderClassName
{
color: #73B896;
}
.AnyTagClassName
{
color: #73B896;
}
</style>
background-color css
<style>
a { background-color: #73B896; }
a { background-color: rgb(115,184,150); }
div.DivClassName
{
background-color: #73B896;
}
.BgClassName
{
background-color: #73B896;
}
</style>
border-color css
<style>
span { border-color: #73B896; }
span { border-color: rgb(115,184,150); }
td.TdClassName
{
border-color: #73B896;
}
.TagClassName
{
border-color: #73B896;
}
</style>