Shades of Padua #7BBE93
Tints of Padua #7BBE93
RGB
CMYK
RGB Variations
Color information
#7BBE93 (or 0x7BBE93) is known color: Padua. HEX triplet: 7B, BE and 93. RGB value is (123,190,147). Sum of RGB (Red+Green+Blue) = 123+190+147=460 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.74% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBE93 is #84416C. Grayscale: #A5A5A5. Windows color (decimal): -8667501 or 9682555. OLE color: 9682555.
HSL color Cylindrical-coordinate representation of color #7BBE93: hue angle of 141.49º 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 #7BBE93 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 147 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.25 |
| HSL | 141.49º | 0.34% | 0.61% | - |
| HSV(B) | 141.49º | 0.35% | 0.75% | - |
| XYZ | 31.85 | 43.14 | 34.25 | - |
| YUV | 165.07 | 117.8 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 147 | 0.35 | 0 | 0.23 | 0.25 | 141.49 | 0.34 | 0.61 |
| Hex | 7B | BE | 93 | 23 | 0 | 17 | 19 | 8D | 22 | 3D |
| Octal | 173 | 276 | 223 | 43 | 0 | 27 | 31 | 215 | 42 | 75 |
| Binary | 1111011 | 10111110 | 10010011 | 100011 | 0 | 10111 | 11001 | 10001101 | 100010 | 111101 |
Color Harmonies of #7BBE93
Complementary color
Monochromatic Colors of #7BBE93
Black with #7BBE93
Text Example
Text Example
White with #7BBE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBE93; }
p { color: rgb(123,190,147); }
H1.HeaderClassName
{
color: #7BBE93;
}
.AnyTagClassName
{
color: #7BBE93;
}
</style>
background-color css
<style>
a { background-color: #7BBE93; }
a { background-color: rgb(123,190,147); }
div.DivClassName
{
background-color: #7BBE93;
}
.BgClassName
{
background-color: #7BBE93;
}
</style>
border-color css
<style>
span { border-color: #7BBE93; }
span { border-color: rgb(123,190,147); }
td.TdClassName
{
border-color: #7BBE93;
}
.TagClassName
{
border-color: #7BBE93;
}
</style>