Shades of Padua #7BC195
Tints of Padua #7BC195
RGB
CMYK
RGB Variations
Color information
#7BC195 (or 0x7BC195) is known color: Padua. HEX triplet: 7B, C1 and 95. RGB value is (123,193,149). Sum of RGB (Red+Green+Blue) = 123+193+149=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #7BC195 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC195 is #843E6A. Grayscale: #A7A7A7. Windows color (decimal): -8666731 or 9814395. OLE color: 9814395.
HSL color Cylindrical-coordinate representation of color #7BC195: hue angle of 142.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BC195 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 193 | 149 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.24 |
| HSL | 142.29º | 0.36% | 0.62% | - |
| HSV(B) | 142.29º | 0.36% | 0.76% | - |
| XYZ | 32.66 | 44.52 | 35.31 | - |
| YUV | 167.05 | 117.81 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 193 | 149 | 0.36 | 0 | 0.23 | 0.24 | 142.29 | 0.36 | 0.62 |
| Hex | 7B | C1 | 95 | 24 | 0 | 17 | 18 | 8E | 24 | 3E |
| Octal | 173 | 301 | 225 | 44 | 0 | 27 | 30 | 216 | 44 | 76 |
| Binary | 1111011 | 11000001 | 10010101 | 100100 | 0 | 10111 | 11000 | 10001110 | 100100 | 111110 |
Color Harmonies of #7BC195
Complementary color
Monochromatic Colors of #7BC195
Black with #7BC195
Text Example
Text Example
White with #7BC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC195; }
p { color: rgb(123,193,149); }
H1.HeaderClassName
{
color: #7BC195;
}
.AnyTagClassName
{
color: #7BC195;
}
</style>
background-color css
<style>
a { background-color: #7BC195; }
a { background-color: rgb(123,193,149); }
div.DivClassName
{
background-color: #7BC195;
}
.BgClassName
{
background-color: #7BC195;
}
</style>
border-color css
<style>
span { border-color: #7BC195; }
span { border-color: rgb(123,193,149); }
td.TdClassName
{
border-color: #7BC195;
}
.TagClassName
{
border-color: #7BC195;
}
</style>