Shades of Padua #72B290
Tints of Padua #72B290
RGB
CMYK
RGB Variations
Color information
#72B290 (or 0x72B290) is known color: Padua. HEX triplet: 72, B2 and 90. RGB value is (114,178,144). Sum of RGB (Red+Green+Blue) = 114+178+144=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 178 - color contains mainly: green. Hex color #72B290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72B290 is #8D4D6F. Grayscale: #9B9B9B. Windows color (decimal): -9260400 or 9482866. OLE color: 9482866.
HSL color Cylindrical-coordinate representation of color #72B290: hue angle of 148.12º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72B290 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 114 | 178 | 144 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.30 |
| HSL | 148.13º | 0.29% | 0.57% | - |
| HSV(B) | 148.13º | 0.36% | 0.7% | - |
| XYZ | 27.89 | 37.43 | 32.14 | - |
| YUV | 154.99 | 121.8 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 178 | 144 | 0.36 | 0 | 0.19 | 0.30 | 148.13 | 0.29 | 0.57 |
| Hex | 72 | B2 | 90 | 24 | 0 | 13 | 1E | 94 | 1D | 39 |
| Octal | 162 | 262 | 220 | 44 | 0 | 23 | 36 | 224 | 35 | 71 |
| Binary | 1110010 | 10110010 | 10010000 | 100100 | 0 | 10011 | 11110 | 10010100 | 11101 | 111001 |
Color Harmonies of #72B290
Complementary color
Monochromatic Colors of #72B290
Black with #72B290
Text Example
Text Example
White with #72B290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B290; }
p { color: rgb(114,178,144); }
H1.HeaderClassName
{
color: #72B290;
}
.AnyTagClassName
{
color: #72B290;
}
</style>
background-color css
<style>
a { background-color: #72B290; }
a { background-color: rgb(114,178,144); }
div.DivClassName
{
background-color: #72B290;
}
.BgClassName
{
background-color: #72B290;
}
</style>
border-color css
<style>
span { border-color: #72B290; }
span { border-color: rgb(114,178,144); }
td.TdClassName
{
border-color: #72B290;
}
.TagClassName
{
border-color: #72B290;
}
</style>