Shades of Padua #7BBC9C
Tints of Padua #7BBC9C
RGB
CMYK
RGB Variations
Color information
#7BBC9C (or 0x7BBC9C) is known color: Padua. HEX triplet: 7B, BC and 9C. RGB value is (123,188,156). Sum of RGB (Red+Green+Blue) = 123+188+156=467 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.34% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBC9C is #844363. Grayscale: #A4A4A4. Windows color (decimal): -8668004 or 10271867. OLE color: 10271867.
HSL color Cylindrical-coordinate representation of color #7BBC9C: hue angle of 150.46º 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 #7BBC9C is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 156 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.26 |
| HSL | 150.46º | 0.33% | 0.61% | - |
| HSV(B) | 150.46º | 0.35% | 0.74% | - |
| XYZ | 32.15 | 42.58 | 37.98 | - |
| YUV | 164.92 | 122.97 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 156 | 0.35 | 0 | 0.17 | 0.26 | 150.46 | 0.33 | 0.61 |
| Hex | 7B | BC | 9C | 23 | 0 | 11 | 1A | 96 | 21 | 3D |
| Octal | 173 | 274 | 234 | 43 | 0 | 21 | 32 | 226 | 41 | 75 |
| Binary | 1111011 | 10111100 | 10011100 | 100011 | 0 | 10001 | 11010 | 10010110 | 100001 | 111101 |
Color Harmonies of #7BBC9C
Complementary color
Monochromatic Colors of #7BBC9C
Black with #7BBC9C
Text Example
Text Example
White with #7BBC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC9C; }
p { color: rgb(123,188,156); }
H1.HeaderClassName
{
color: #7BBC9C;
}
.AnyTagClassName
{
color: #7BBC9C;
}
</style>
background-color css
<style>
a { background-color: #7BBC9C; }
a { background-color: rgb(123,188,156); }
div.DivClassName
{
background-color: #7BBC9C;
}
.BgClassName
{
background-color: #7BBC9C;
}
</style>
border-color css
<style>
span { border-color: #7BBC9C; }
span { border-color: rgb(123,188,156); }
td.TdClassName
{
border-color: #7BBC9C;
}
.TagClassName
{
border-color: #7BBC9C;
}
</style>