Shades of Padua #7BBE9C
Tints of Padua #7BBE9C
RGB
CMYK
RGB Variations
Color information
#7BBE9C (or 0x7BBE9C) is known color: Padua. HEX triplet: 7B, BE and 9C. RGB value is (123,190,156). Sum of RGB (Red+Green+Blue) = 123+190+156=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBE9C is #844163. Grayscale: #A6A6A6. Windows color (decimal): -8667492 or 10272379. OLE color: 10272379.
HSL color Cylindrical-coordinate representation of color #7BBE9C: hue angle of 149.55º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBE9C is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 156 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.25 |
| HSL | 149.55º | 0.34% | 0.61% | - |
| HSV(B) | 149.55º | 0.35% | 0.75% | - |
| XYZ | 32.58 | 43.44 | 38.12 | - |
| YUV | 166.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 156 | 0.35 | 0 | 0.18 | 0.25 | 149.55 | 0.34 | 0.61 |
| Hex | 7B | BE | 9C | 23 | 0 | 12 | 19 | 96 | 22 | 3D |
| Octal | 173 | 276 | 234 | 43 | 0 | 22 | 31 | 226 | 42 | 75 |
| Binary | 1111011 | 10111110 | 10011100 | 100011 | 0 | 10010 | 11001 | 10010110 | 100010 | 111101 |
Color Harmonies of #7BBE9C
Complementary color
Monochromatic Colors of #7BBE9C
Black with #7BBE9C
Text Example
Text Example
White with #7BBE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBE9C; }
p { color: rgb(123,190,156); }
H1.HeaderClassName
{
color: #7BBE9C;
}
.AnyTagClassName
{
color: #7BBE9C;
}
</style>
background-color css
<style>
a { background-color: #7BBE9C; }
a { background-color: rgb(123,190,156); }
div.DivClassName
{
background-color: #7BBE9C;
}
.BgClassName
{
background-color: #7BBE9C;
}
</style>
border-color css
<style>
span { border-color: #7BBE9C; }
span { border-color: rgb(123,190,156); }
td.TdClassName
{
border-color: #7BBE9C;
}
.TagClassName
{
border-color: #7BBE9C;
}
</style>