Shades of Padua #7BBA9F
Tints of Padua #7BBA9F
RGB
CMYK
RGB Variations
Color information
#7BBA9F (or 0x7BBA9F) is known color: Padua. HEX triplet: 7B, BA and 9F. RGB value is (123,186,159). Sum of RGB (Red+Green+Blue) = 123+186+159=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBA9F is #844560. Grayscale: #A4A4A4. Windows color (decimal): -8668513 or 10467963. OLE color: 10467963.
HSL color Cylindrical-coordinate representation of color #7BBA9F: hue angle of 154.29º 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 #7BBA9F is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 159 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.27 |
| HSL | 154.29º | 0.31% | 0.61% | - |
| HSV(B) | 154.29º | 0.34% | 0.73% | - |
| XYZ | 31.99 | 41.83 | 39.19 | - |
| YUV | 164.09 | 125.13 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 159 | 0.34 | 0 | 0.15 | 0.27 | 154.29 | 0.31 | 0.61 |
| Hex | 7B | BA | 9F | 22 | 0 | F | 1B | 9A | 1F | 3D |
| Octal | 173 | 272 | 237 | 42 | 0 | 17 | 33 | 232 | 37 | 75 |
| Binary | 1111011 | 10111010 | 10011111 | 100010 | 0 | 1111 | 11011 | 10011010 | 11111 | 111101 |
Color Harmonies of #7BBA9F
Complementary color
Monochromatic Colors of #7BBA9F
Black with #7BBA9F
Text Example
Text Example
White with #7BBA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA9F; }
p { color: rgb(123,186,159); }
H1.HeaderClassName
{
color: #7BBA9F;
}
.AnyTagClassName
{
color: #7BBA9F;
}
</style>
background-color css
<style>
a { background-color: #7BBA9F; }
a { background-color: rgb(123,186,159); }
div.DivClassName
{
background-color: #7BBA9F;
}
.BgClassName
{
background-color: #7BBA9F;
}
</style>
border-color css
<style>
span { border-color: #7BBA9F; }
span { border-color: rgb(123,186,159); }
td.TdClassName
{
border-color: #7BBA9F;
}
.TagClassName
{
border-color: #7BBA9F;
}
</style>