Shades of Padua #7BC1A1
Tints of Padua #7BC1A1
RGB
CMYK
RGB Variations
Color information
#7BC1A1 (or 0x7BC1A1) is known color: Padua. HEX triplet: 7B, C1 and A1. RGB value is (123,193,161). Sum of RGB (Red+Green+Blue) = 123+193+161=477 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.79% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 193 - color contains mainly: green. Hex color #7BC1A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC1A1 is #843E5E. Grayscale: #A8A8A8. Windows color (decimal): -8666719 or 10600827. OLE color: 10600827.
HSL color Cylindrical-coordinate representation of color #7BC1A1: hue angle of 152.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BC1A1 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 193 | 161 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.24 |
| HSL | 152.57º | 0.36% | 0.62% | - |
| HSV(B) | 152.57º | 0.36% | 0.76% | - |
| XYZ | 33.67 | 44.92 | 40.61 | - |
| YUV | 168.42 | 123.81 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 193 | 161 | 0.36 | 0 | 0.17 | 0.24 | 152.57 | 0.36 | 0.62 |
| Hex | 7B | C1 | A1 | 24 | 0 | 11 | 18 | 99 | 24 | 3E |
| Octal | 173 | 301 | 241 | 44 | 0 | 21 | 30 | 231 | 44 | 76 |
| Binary | 1111011 | 11000001 | 10100001 | 100100 | 0 | 10001 | 11000 | 10011001 | 100100 | 111110 |
Color Harmonies of #7BC1A1
Complementary color
Monochromatic Colors of #7BC1A1
Black with #7BC1A1
Text Example
Text Example
White with #7BC1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC1A1; }
p { color: rgb(123,193,161); }
H1.HeaderClassName
{
color: #7BC1A1;
}
.AnyTagClassName
{
color: #7BC1A1;
}
</style>
background-color css
<style>
a { background-color: #7BC1A1; }
a { background-color: rgb(123,193,161); }
div.DivClassName
{
background-color: #7BC1A1;
}
.BgClassName
{
background-color: #7BC1A1;
}
</style>
border-color css
<style>
span { border-color: #7BC1A1; }
span { border-color: rgb(123,193,161); }
td.TdClassName
{
border-color: #7BC1A1;
}
.TagClassName
{
border-color: #7BC1A1;
}
</style>