Shades of Padua #7BBC9E
Tints of Padua #7BBC9E
RGB
CMYK
RGB Variations
Color information
#7BBC9E (or 0x7BBC9E) is known color: Padua. HEX triplet: 7B, BC and 9E. RGB value is (123,188,158). Sum of RGB (Red+Green+Blue) = 123+188+158=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBC9E is #844361. Grayscale: #A5A5A5. Windows color (decimal): -8668002 or 10402939. OLE color: 10402939.
HSL color Cylindrical-coordinate representation of color #7BBC9E: hue angle of 152.31º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBC9E is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 158 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.26 |
| HSL | 152.31º | 0.33% | 0.61% | - |
| HSV(B) | 152.31º | 0.35% | 0.74% | - |
| XYZ | 32.32 | 42.65 | 38.88 | - |
| YUV | 165.15 | 123.97 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 158 | 0.35 | 0 | 0.16 | 0.26 | 152.31 | 0.33 | 0.61 |
| Hex | 7B | BC | 9E | 23 | 0 | 10 | 1A | 98 | 21 | 3D |
| Octal | 173 | 274 | 236 | 43 | 0 | 20 | 32 | 230 | 41 | 75 |
| Binary | 1111011 | 10111100 | 10011110 | 100011 | 0 | 10000 | 11010 | 10011000 | 100001 | 111101 |
Color Harmonies of #7BBC9E
Complementary color
Monochromatic Colors of #7BBC9E
Black with #7BBC9E
Text Example
Text Example
White with #7BBC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC9E; }
p { color: rgb(123,188,158); }
H1.HeaderClassName
{
color: #7BBC9E;
}
.AnyTagClassName
{
color: #7BBC9E;
}
</style>
background-color css
<style>
a { background-color: #7BBC9E; }
a { background-color: rgb(123,188,158); }
div.DivClassName
{
background-color: #7BBC9E;
}
.BgClassName
{
background-color: #7BBC9E;
}
</style>
border-color css
<style>
span { border-color: #7BBC9E; }
span { border-color: rgb(123,188,158); }
td.TdClassName
{
border-color: #7BBC9E;
}
.TagClassName
{
border-color: #7BBC9E;
}
</style>