Shades of Padua #7CBC96
Tints of Padua #7CBC96
RGB
CMYK
RGB Variations
Color information
#7CBC96 (or 0x7CBC96) is known color: Padua. HEX triplet: 7C, BC and 96. RGB value is (124,188,150). Sum of RGB (Red+Green+Blue) = 124+188+150=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBC96 is #834369. Grayscale: #A4A4A4. Windows color (decimal): -8602474 or 9878652. OLE color: 9878652.
HSL color Cylindrical-coordinate representation of color #7CBC96: hue angle of 144.38º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBC96 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 150 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.26 |
| HSL | 144.38º | 0.32% | 0.61% | - |
| HSV(B) | 144.38º | 0.34% | 0.74% | - |
| XYZ | 31.8 | 42.45 | 35.37 | - |
| YUV | 164.53 | 119.8 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 150 | 0.34 | 0 | 0.20 | 0.26 | 144.38 | 0.32 | 0.61 |
| Hex | 7C | BC | 96 | 22 | 0 | 14 | 1A | 90 | 20 | 3D |
| Octal | 174 | 274 | 226 | 42 | 0 | 24 | 32 | 220 | 40 | 75 |
| Binary | 1111100 | 10111100 | 10010110 | 100010 | 0 | 10100 | 11010 | 10010000 | 100000 | 111101 |
Color Harmonies of #7CBC96
Complementary color
Monochromatic Colors of #7CBC96
Black with #7CBC96
Text Example
Text Example
White with #7CBC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBC96; }
p { color: rgb(124,188,150); }
H1.HeaderClassName
{
color: #7CBC96;
}
.AnyTagClassName
{
color: #7CBC96;
}
</style>
background-color css
<style>
a { background-color: #7CBC96; }
a { background-color: rgb(124,188,150); }
div.DivClassName
{
background-color: #7CBC96;
}
.BgClassName
{
background-color: #7CBC96;
}
</style>
border-color css
<style>
span { border-color: #7CBC96; }
span { border-color: rgb(124,188,150); }
td.TdClassName
{
border-color: #7CBC96;
}
.TagClassName
{
border-color: #7CBC96;
}
</style>