Shades of Padua #7BBA9C
Tints of Padua #7BBA9C
RGB
CMYK
RGB Variations
Color information
#7BBA9C (or 0x7BBA9C) is known color: Padua. HEX triplet: 7B, BA and 9C. RGB value is (123,186,156). Sum of RGB (Red+Green+Blue) = 123+186+156=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBA9C is #844563. Grayscale: #A3A3A3. Windows color (decimal): -8668516 or 10271355. OLE color: 10271355.
HSL color Cylindrical-coordinate representation of color #7BBA9C: hue angle of 151.43º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BBA9C is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 156 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.27 |
| HSL | 151.43º | 0.31% | 0.61% | - |
| HSV(B) | 151.43º | 0.34% | 0.73% | - |
| XYZ | 31.73 | 41.73 | 37.83 | - |
| YUV | 163.74 | 123.63 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 156 | 0.34 | 0 | 0.16 | 0.27 | 151.43 | 0.31 | 0.61 |
| Hex | 7B | BA | 9C | 22 | 0 | 10 | 1B | 97 | 1F | 3D |
| Octal | 173 | 272 | 234 | 42 | 0 | 20 | 33 | 227 | 37 | 75 |
| Binary | 1111011 | 10111010 | 10011100 | 100010 | 0 | 10000 | 11011 | 10010111 | 11111 | 111101 |
Color Harmonies of #7BBA9C
Complementary color
Monochromatic Colors of #7BBA9C
Black with #7BBA9C
Text Example
Text Example
White with #7BBA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA9C; }
p { color: rgb(123,186,156); }
H1.HeaderClassName
{
color: #7BBA9C;
}
.AnyTagClassName
{
color: #7BBA9C;
}
</style>
background-color css
<style>
a { background-color: #7BBA9C; }
a { background-color: rgb(123,186,156); }
div.DivClassName
{
background-color: #7BBA9C;
}
.BgClassName
{
background-color: #7BBA9C;
}
</style>
border-color css
<style>
span { border-color: #7BBA9C; }
span { border-color: rgb(123,186,156); }
td.TdClassName
{
border-color: #7BBA9C;
}
.TagClassName
{
border-color: #7BBA9C;
}
</style>