Shades of Padua #7BAE94
Tints of Padua #7BAE94
RGB
CMYK
RGB Variations
Color information
#7BAE94 (or 0x7BAE94) is known color: Padua. HEX triplet: 7B, AE and 94. RGB value is (123,174,148). Sum of RGB (Red+Green+Blue) = 123+174+148=445 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.64% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAE94 is #84516B. Grayscale: #9B9B9B. Windows color (decimal): -8671596 or 9743995. OLE color: 9743995.
HSL color Cylindrical-coordinate representation of color #7BAE94: hue angle of 149.41º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7BAE94 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 174 | 148 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.32 |
| HSL | 149.41º | 0.24% | 0.58% | - |
| HSV(B) | 149.41º | 0.29% | 0.68% | - |
| XYZ | 28.65 | 36.62 | 33.58 | - |
| YUV | 155.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 174 | 148 | 0.29 | 0 | 0.15 | 0.32 | 149.41 | 0.24 | 0.58 |
| Hex | 7B | AE | 94 | 1D | 0 | F | 20 | 95 | 18 | 3A |
| Octal | 173 | 256 | 224 | 35 | 0 | 17 | 40 | 225 | 30 | 72 |
| Binary | 1111011 | 10101110 | 10010100 | 11101 | 0 | 1111 | 100000 | 10010101 | 11000 | 111010 |
Color Harmonies of #7BAE94
Complementary color
Monochromatic Colors of #7BAE94
Black with #7BAE94
Text Example
Text Example
White with #7BAE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAE94; }
p { color: rgb(123,174,148); }
H1.HeaderClassName
{
color: #7BAE94;
}
.AnyTagClassName
{
color: #7BAE94;
}
</style>
background-color css
<style>
a { background-color: #7BAE94; }
a { background-color: rgb(123,174,148); }
div.DivClassName
{
background-color: #7BAE94;
}
.BgClassName
{
background-color: #7BAE94;
}
</style>
border-color css
<style>
span { border-color: #7BAE94; }
span { border-color: rgb(123,174,148); }
td.TdClassName
{
border-color: #7BAE94;
}
.TagClassName
{
border-color: #7BAE94;
}
</style>