Shades of Padua #7BBE9F
Tints of Padua #7BBE9F
RGB
CMYK
RGB Variations
Color information
#7BBE9F (or 0x7BBE9F) is known color: Padua. HEX triplet: 7B, BE and 9F. RGB value is (123,190,159). Sum of RGB (Red+Green+Blue) = 123+190+159=472 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.06% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBE9F is #844160. Grayscale: #A6A6A6. Windows color (decimal): -8667489 or 10468987. OLE color: 10468987.
HSL color Cylindrical-coordinate representation of color #7BBE9F: hue angle of 152.24º 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 #7BBE9F is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 159 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.25 |
| HSL | 152.24º | 0.34% | 0.61% | - |
| HSV(B) | 152.24º | 0.35% | 0.75% | - |
| XYZ | 32.84 | 43.54 | 39.47 | - |
| YUV | 166.43 | 123.8 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 159 | 0.35 | 0 | 0.16 | 0.25 | 152.24 | 0.34 | 0.61 |
| Hex | 7B | BE | 9F | 23 | 0 | 10 | 19 | 98 | 22 | 3D |
| Octal | 173 | 276 | 237 | 43 | 0 | 20 | 31 | 230 | 42 | 75 |
| Binary | 1111011 | 10111110 | 10011111 | 100011 | 0 | 10000 | 11001 | 10011000 | 100010 | 111101 |
Color Harmonies of #7BBE9F
Complementary color
Monochromatic Colors of #7BBE9F
Black with #7BBE9F
Text Example
Text Example
White with #7BBE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBE9F; }
p { color: rgb(123,190,159); }
H1.HeaderClassName
{
color: #7BBE9F;
}
.AnyTagClassName
{
color: #7BBE9F;
}
</style>
background-color css
<style>
a { background-color: #7BBE9F; }
a { background-color: rgb(123,190,159); }
div.DivClassName
{
background-color: #7BBE9F;
}
.BgClassName
{
background-color: #7BBE9F;
}
</style>
border-color css
<style>
span { border-color: #7BBE9F; }
span { border-color: rgb(123,190,159); }
td.TdClassName
{
border-color: #7BBE9F;
}
.TagClassName
{
border-color: #7BBE9F;
}
</style>