Shades of Padua #7CBC9E
Tints of Padua #7CBC9E
RGB
CMYK
RGB Variations
Color information
#7CBC9E (or 0x7CBC9E) is known color: Padua. HEX triplet: 7C, BC and 9E. RGB value is (124,188,158). Sum of RGB (Red+Green+Blue) = 124+188+158=470 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.38% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBC9E is #834361. Grayscale: #A5A5A5. Windows color (decimal): -8602466 or 10402940. OLE color: 10402940.
HSL color Cylindrical-coordinate representation of color #7CBC9E: hue angle of 151.88º 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 #7CBC9E is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 158 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.26 |
| HSL | 151.88º | 0.32% | 0.61% | - |
| HSV(B) | 151.88º | 0.34% | 0.74% | - |
| XYZ | 32.47 | 42.72 | 38.88 | - |
| YUV | 165.44 | 123.8 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 158 | 0.34 | 0 | 0.16 | 0.26 | 151.88 | 0.32 | 0.61 |
| Hex | 7C | BC | 9E | 22 | 0 | 10 | 1A | 98 | 20 | 3D |
| Octal | 174 | 274 | 236 | 42 | 0 | 20 | 32 | 230 | 40 | 75 |
| Binary | 1111100 | 10111100 | 10011110 | 100010 | 0 | 10000 | 11010 | 10011000 | 100000 | 111101 |
Color Harmonies of #7CBC9E
Complementary color
Monochromatic Colors of #7CBC9E
Black with #7CBC9E
Text Example
Text Example
White with #7CBC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBC9E; }
p { color: rgb(124,188,158); }
H1.HeaderClassName
{
color: #7CBC9E;
}
.AnyTagClassName
{
color: #7CBC9E;
}
</style>
background-color css
<style>
a { background-color: #7CBC9E; }
a { background-color: rgb(124,188,158); }
div.DivClassName
{
background-color: #7CBC9E;
}
.BgClassName
{
background-color: #7CBC9E;
}
</style>
border-color css
<style>
span { border-color: #7CBC9E; }
span { border-color: rgb(124,188,158); }
td.TdClassName
{
border-color: #7CBC9E;
}
.TagClassName
{
border-color: #7CBC9E;
}
</style>