Shades of Padua #7BBCA0
Tints of Padua #7BBCA0
RGB
CMYK
RGB Variations
Color information
#7BBCA0 (or 0x7BBCA0) is known color: Padua. HEX triplet: 7B, BC and A0. RGB value is (123,188,160). Sum of RGB (Red+Green+Blue) = 123+188+160=471 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.11% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBCA0 is #84435F. Grayscale: #A5A5A5. Windows color (decimal): -8668000 or 10534011. OLE color: 10534011.
HSL color Cylindrical-coordinate representation of color #7BBCA0: hue angle of 154.15º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBCA0 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 160 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.26 |
| HSL | 154.15º | 0.33% | 0.61% | - |
| HSV(B) | 154.15º | 0.35% | 0.74% | - |
| XYZ | 32.5 | 42.72 | 39.79 | - |
| YUV | 165.37 | 124.97 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 160 | 0.35 | 0 | 0.15 | 0.26 | 154.15 | 0.33 | 0.61 |
| Hex | 7B | BC | A0 | 23 | 0 | F | 1A | 9A | 21 | 3D |
| Octal | 173 | 274 | 240 | 43 | 0 | 17 | 32 | 232 | 41 | 75 |
| Binary | 1111011 | 10111100 | 10100000 | 100011 | 0 | 1111 | 11010 | 10011010 | 100001 | 111101 |
Color Harmonies of #7BBCA0
Complementary color
Monochromatic Colors of #7BBCA0
Black with #7BBCA0
Text Example
Text Example
White with #7BBCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBCA0; }
p { color: rgb(123,188,160); }
H1.HeaderClassName
{
color: #7BBCA0;
}
.AnyTagClassName
{
color: #7BBCA0;
}
</style>
background-color css
<style>
a { background-color: #7BBCA0; }
a { background-color: rgb(123,188,160); }
div.DivClassName
{
background-color: #7BBCA0;
}
.BgClassName
{
background-color: #7BBCA0;
}
</style>
border-color css
<style>
span { border-color: #7BBCA0; }
span { border-color: rgb(123,188,160); }
td.TdClassName
{
border-color: #7BBCA0;
}
.TagClassName
{
border-color: #7BBCA0;
}
</style>