Shades of Padua #7CBE95
Tints of Padua #7CBE95
RGB
CMYK
RGB Variations
Color information
#7CBE95 (or 0x7CBE95) is known color: Padua. HEX triplet: 7C, BE and 95. RGB value is (124,190,149). Sum of RGB (Red+Green+Blue) = 124+190+149=463 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.78% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBE95 is #83416A. Grayscale: #A5A5A5. Windows color (decimal): -8601963 or 9813628. OLE color: 9813628.
HSL color Cylindrical-coordinate representation of color #7CBE95: hue angle of 142.73º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CBE95 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 190 | 149 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.25 |
| HSL | 142.73º | 0.34% | 0.62% | - |
| HSV(B) | 142.73º | 0.35% | 0.75% | - |
| XYZ | 32.15 | 43.28 | 35.09 | - |
| YUV | 165.59 | 118.63 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 190 | 149 | 0.35 | 0 | 0.22 | 0.25 | 142.73 | 0.34 | 0.62 |
| Hex | 7C | BE | 95 | 23 | 0 | 16 | 19 | 8F | 22 | 3E |
| Octal | 174 | 276 | 225 | 43 | 0 | 26 | 31 | 217 | 42 | 76 |
| Binary | 1111100 | 10111110 | 10010101 | 100011 | 0 | 10110 | 11001 | 10001111 | 100010 | 111110 |
Color Harmonies of #7CBE95
Complementary color
Monochromatic Colors of #7CBE95
Black with #7CBE95
Text Example
Text Example
White with #7CBE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBE95; }
p { color: rgb(124,190,149); }
H1.HeaderClassName
{
color: #7CBE95;
}
.AnyTagClassName
{
color: #7CBE95;
}
</style>
background-color css
<style>
a { background-color: #7CBE95; }
a { background-color: rgb(124,190,149); }
div.DivClassName
{
background-color: #7CBE95;
}
.BgClassName
{
background-color: #7CBE95;
}
</style>
border-color css
<style>
span { border-color: #7CBE95; }
span { border-color: rgb(124,190,149); }
td.TdClassName
{
border-color: #7CBE95;
}
.TagClassName
{
border-color: #7CBE95;
}
</style>