Shades of Padua #7BC294
Tints of Padua #7BC294
RGB
CMYK
RGB Variations
Color information
#7BC294 (or 0x7BC294) is known color: Padua. HEX triplet: 7B, C2 and 94. RGB value is (123,194,148). Sum of RGB (Red+Green+Blue) = 123+194+148=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC294 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC294 is #843D6B. Grayscale: #A7A7A7. Windows color (decimal): -8666476 or 9749115. OLE color: 9749115.
HSL color Cylindrical-coordinate representation of color #7BC294: hue angle of 141.13º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BC294 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 194 | 148 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.24 |
| HSL | 141.13º | 0.37% | 0.62% | - |
| HSV(B) | 141.13º | 0.37% | 0.76% | - |
| XYZ | 32.81 | 44.93 | 34.96 | - |
| YUV | 167.53 | 116.98 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 194 | 148 | 0.37 | 0 | 0.24 | 0.24 | 141.13 | 0.37 | 0.62 |
| Hex | 7B | C2 | 94 | 25 | 0 | 18 | 18 | 8D | 25 | 3E |
| Octal | 173 | 302 | 224 | 45 | 0 | 30 | 30 | 215 | 45 | 76 |
| Binary | 1111011 | 11000010 | 10010100 | 100101 | 0 | 11000 | 11000 | 10001101 | 100101 | 111110 |
Color Harmonies of #7BC294
Complementary color
Monochromatic Colors of #7BC294
Black with #7BC294
Text Example
Text Example
White with #7BC294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC294; }
p { color: rgb(123,194,148); }
H1.HeaderClassName
{
color: #7BC294;
}
.AnyTagClassName
{
color: #7BC294;
}
</style>
background-color css
<style>
a { background-color: #7BC294; }
a { background-color: rgb(123,194,148); }
div.DivClassName
{
background-color: #7BC294;
}
.BgClassName
{
background-color: #7BC294;
}
</style>
border-color css
<style>
span { border-color: #7BC294; }
span { border-color: rgb(123,194,148); }
td.TdClassName
{
border-color: #7BC294;
}
.TagClassName
{
border-color: #7BC294;
}
</style>