Shades of Padua #7BBE96
Tints of Padua #7BBE96
RGB
CMYK
RGB Variations
Color information
#7BBE96 (or 0x7BBE96) is known color: Padua. HEX triplet: 7B, BE and 96. RGB value is (123,190,150). Sum of RGB (Red+Green+Blue) = 123+190+150=463 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.57% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBE96 is #844169. Grayscale: #A5A5A5. Windows color (decimal): -8667498 or 9879163. OLE color: 9879163.
HSL color Cylindrical-coordinate representation of color #7BBE96: hue angle of 144.18º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBE96 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 150 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.25 |
| HSL | 144.18º | 0.34% | 0.61% | - |
| HSV(B) | 144.18º | 0.35% | 0.75% | - |
| XYZ | 32.09 | 43.24 | 35.51 | - |
| YUV | 165.41 | 119.3 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 150 | 0.35 | 0 | 0.21 | 0.25 | 144.18 | 0.34 | 0.61 |
| Hex | 7B | BE | 96 | 23 | 0 | 15 | 19 | 90 | 22 | 3D |
| Octal | 173 | 276 | 226 | 43 | 0 | 25 | 31 | 220 | 42 | 75 |
| Binary | 1111011 | 10111110 | 10010110 | 100011 | 0 | 10101 | 11001 | 10010000 | 100010 | 111101 |
Color Harmonies of #7BBE96
Complementary color
Monochromatic Colors of #7BBE96
Black with #7BBE96
Text Example
Text Example
White with #7BBE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBE96; }
p { color: rgb(123,190,150); }
H1.HeaderClassName
{
color: #7BBE96;
}
.AnyTagClassName
{
color: #7BBE96;
}
</style>
background-color css
<style>
a { background-color: #7BBE96; }
a { background-color: rgb(123,190,150); }
div.DivClassName
{
background-color: #7BBE96;
}
.BgClassName
{
background-color: #7BBE96;
}
</style>
border-color css
<style>
span { border-color: #7BBE96; }
span { border-color: rgb(123,190,150); }
td.TdClassName
{
border-color: #7BBE96;
}
.TagClassName
{
border-color: #7BBE96;
}
</style>