Shades of Padua #7BC5A1
Tints of Padua #7BC5A1
RGB
CMYK
RGB Variations
Color information
#7BC5A1 (or 0x7BC5A1) is known color: Padua. HEX triplet: 7B, C5 and A1. RGB value is (123,197,161). Sum of RGB (Red+Green+Blue) = 123+197+161=481 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.57% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 197 - color contains mainly: green. Hex color #7BC5A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC5A1 is #843A5E. Grayscale: #AAAAAA. Windows color (decimal): -8665695 or 10601851. OLE color: 10601851.
HSL color Cylindrical-coordinate representation of color #7BC5A1: hue angle of 150.81º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BC5A1 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 197 | 161 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.23 |
| HSL | 150.81º | 0.39% | 0.63% | - |
| HSV(B) | 150.81º | 0.38% | 0.77% | - |
| XYZ | 34.57 | 46.72 | 40.91 | - |
| YUV | 170.77 | 122.48 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 197 | 161 | 0.38 | 0 | 0.18 | 0.23 | 150.81 | 0.39 | 0.63 |
| Hex | 7B | C5 | A1 | 26 | 0 | 12 | 17 | 97 | 27 | 3F |
| Octal | 173 | 305 | 241 | 46 | 0 | 22 | 27 | 227 | 47 | 77 |
| Binary | 1111011 | 11000101 | 10100001 | 100110 | 0 | 10010 | 10111 | 10010111 | 100111 | 111111 |
Color Harmonies of #7BC5A1
Complementary color
Monochromatic Colors of #7BC5A1
Black with #7BC5A1
Text Example
Text Example
White with #7BC5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC5A1; }
p { color: rgb(123,197,161); }
H1.HeaderClassName
{
color: #7BC5A1;
}
.AnyTagClassName
{
color: #7BC5A1;
}
</style>
background-color css
<style>
a { background-color: #7BC5A1; }
a { background-color: rgb(123,197,161); }
div.DivClassName
{
background-color: #7BC5A1;
}
.BgClassName
{
background-color: #7BC5A1;
}
</style>
border-color css
<style>
span { border-color: #7BC5A1; }
span { border-color: rgb(123,197,161); }
td.TdClassName
{
border-color: #7BC5A1;
}
.TagClassName
{
border-color: #7BC5A1;
}
</style>