Shades of Padua #7BBE97
Tints of Padua #7BBE97
RGB
CMYK
RGB Variations
Color information
#7BBE97 (or 0x7BBE97) is known color: Padua. HEX triplet: 7B, BE and 97. RGB value is (123,190,151). Sum of RGB (Red+Green+Blue) = 123+190+151=464 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.51% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 151 (59.38% from 255 or 32.54% from 464); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBE97 is #844168. Grayscale: #A5A5A5. Windows color (decimal): -8667497 or 9944699. OLE color: 9944699.
HSL color Cylindrical-coordinate representation of color #7BBE97: hue angle of 145.07º 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 #7BBE97 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 151 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.25 |
| HSL | 145.07º | 0.34% | 0.61% | - |
| HSV(B) | 145.07º | 0.35% | 0.75% | - |
| XYZ | 32.17 | 43.27 | 35.94 | - |
| YUV | 165.52 | 119.8 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 151 | 0.35 | 0 | 0.21 | 0.25 | 145.07 | 0.34 | 0.61 |
| Hex | 7B | BE | 97 | 23 | 0 | 15 | 19 | 91 | 22 | 3D |
| Octal | 173 | 276 | 227 | 43 | 0 | 25 | 31 | 221 | 42 | 75 |
| Binary | 1111011 | 10111110 | 10010111 | 100011 | 0 | 10101 | 11001 | 10010001 | 100010 | 111101 |
Color Harmonies of #7BBE97
Complementary color
Monochromatic Colors of #7BBE97
Black with #7BBE97
Text Example
Text Example
White with #7BBE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBE97; }
p { color: rgb(123,190,151); }
H1.HeaderClassName
{
color: #7BBE97;
}
.AnyTagClassName
{
color: #7BBE97;
}
</style>
background-color css
<style>
a { background-color: #7BBE97; }
a { background-color: rgb(123,190,151); }
div.DivClassName
{
background-color: #7BBE97;
}
.BgClassName
{
background-color: #7BBE97;
}
</style>
border-color css
<style>
span { border-color: #7BBE97; }
span { border-color: rgb(123,190,151); }
td.TdClassName
{
border-color: #7BBE97;
}
.TagClassName
{
border-color: #7BBE97;
}
</style>