Shades of Padua #7CBC9C
Tints of Padua #7CBC9C
RGB
CMYK
RGB Variations
Color information
#7CBC9C (or 0x7CBC9C) is known color: Padua. HEX triplet: 7C, BC and 9C. RGB value is (124,188,156). Sum of RGB (Red+Green+Blue) = 124+188+156=468 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.50% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBC9C is #834363. Grayscale: #A5A5A5. Windows color (decimal): -8602468 or 10271868. OLE color: 10271868.
HSL color Cylindrical-coordinate representation of color #7CBC9C: hue angle of 150º 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 #7CBC9C is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 156 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.26 |
| HSL | 150º | 0.32% | 0.61% | - |
| HSV(B) | 150º | 0.34% | 0.74% | - |
| XYZ | 32.3 | 42.65 | 37.98 | - |
| YUV | 165.22 | 122.8 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 156 | 0.34 | 0 | 0.17 | 0.26 | 150 | 0.32 | 0.61 |
| Hex | 7C | BC | 9C | 22 | 0 | 11 | 1A | 96 | 20 | 3D |
| Octal | 174 | 274 | 234 | 42 | 0 | 21 | 32 | 226 | 40 | 75 |
| Binary | 1111100 | 10111100 | 10011100 | 100010 | 0 | 10001 | 11010 | 10010110 | 100000 | 111101 |
Color Harmonies of #7CBC9C
Complementary color
Monochromatic Colors of #7CBC9C
Black with #7CBC9C
Text Example
Text Example
White with #7CBC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBC9C; }
p { color: rgb(124,188,156); }
H1.HeaderClassName
{
color: #7CBC9C;
}
.AnyTagClassName
{
color: #7CBC9C;
}
</style>
background-color css
<style>
a { background-color: #7CBC9C; }
a { background-color: rgb(124,188,156); }
div.DivClassName
{
background-color: #7CBC9C;
}
.BgClassName
{
background-color: #7CBC9C;
}
</style>
border-color css
<style>
span { border-color: #7CBC9C; }
span { border-color: rgb(124,188,156); }
td.TdClassName
{
border-color: #7CBC9C;
}
.TagClassName
{
border-color: #7CBC9C;
}
</style>