Shades of Padua #7BC198
Tints of Padua #7BC198
RGB
CMYK
RGB Variations
Color information
#7BC198 (or 0x7BC198) is known color: Padua. HEX triplet: 7B, C1 and 98. RGB value is (123,193,152). Sum of RGB (Red+Green+Blue) = 123+193+152=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #7BC198 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC198 is #843E67. Grayscale: #A7A7A7. Windows color (decimal): -8666728 or 10011003. OLE color: 10011003.
HSL color Cylindrical-coordinate representation of color #7BC198: hue angle of 144.86º 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 #7BC198 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 193 | 152 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.24 |
| HSL | 144.86º | 0.36% | 0.62% | - |
| HSV(B) | 144.86º | 0.36% | 0.76% | - |
| XYZ | 32.91 | 44.62 | 36.58 | - |
| YUV | 167.4 | 119.31 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 193 | 152 | 0.36 | 0 | 0.21 | 0.24 | 144.86 | 0.36 | 0.62 |
| Hex | 7B | C1 | 98 | 24 | 0 | 15 | 18 | 91 | 24 | 3E |
| Octal | 173 | 301 | 230 | 44 | 0 | 25 | 30 | 221 | 44 | 76 |
| Binary | 1111011 | 11000001 | 10011000 | 100100 | 0 | 10101 | 11000 | 10010001 | 100100 | 111110 |
Color Harmonies of #7BC198
Complementary color
Monochromatic Colors of #7BC198
Black with #7BC198
Text Example
Text Example
White with #7BC198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC198; }
p { color: rgb(123,193,152); }
H1.HeaderClassName
{
color: #7BC198;
}
.AnyTagClassName
{
color: #7BC198;
}
</style>
background-color css
<style>
a { background-color: #7BC198; }
a { background-color: rgb(123,193,152); }
div.DivClassName
{
background-color: #7BC198;
}
.BgClassName
{
background-color: #7BC198;
}
</style>
border-color css
<style>
span { border-color: #7BC198; }
span { border-color: rgb(123,193,152); }
td.TdClassName
{
border-color: #7BC198;
}
.TagClassName
{
border-color: #7BC198;
}
</style>