Shades of Padua #7BC8A1
Tints of Padua #7BC8A1
RGB
CMYK
RGB Variations
Color information
#7BC8A1 (or 0x7BC8A1) is known color: Padua. HEX triplet: 7B, C8 and A1. RGB value is (123,200,161). Sum of RGB (Red+Green+Blue) = 123+200+161=484 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.41% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #7BC8A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC8A1 is #84375E. Grayscale: #ACACAC. Windows color (decimal): -8664927 or 10602619. OLE color: 10602619.
HSL color Cylindrical-coordinate representation of color #7BC8A1: hue angle of 149.61º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BC8A1 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 200 | 161 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.22 |
| HSL | 149.61º | 0.41% | 0.63% | - |
| HSV(B) | 149.61º | 0.39% | 0.78% | - |
| XYZ | 35.26 | 48.09 | 41.14 | - |
| YUV | 172.53 | 121.49 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 200 | 161 | 0.38 | 0 | 0.19 | 0.22 | 149.61 | 0.41 | 0.63 |
| Hex | 7B | C8 | A1 | 26 | 0 | 13 | 16 | 96 | 29 | 3F |
| Octal | 173 | 310 | 241 | 46 | 0 | 23 | 26 | 226 | 51 | 77 |
| Binary | 1111011 | 11001000 | 10100001 | 100110 | 0 | 10011 | 10110 | 10010110 | 101001 | 111111 |
Color Harmonies of #7BC8A1
Complementary color
Monochromatic Colors of #7BC8A1
Black with #7BC8A1
Text Example
Text Example
White with #7BC8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC8A1; }
p { color: rgb(123,200,161); }
H1.HeaderClassName
{
color: #7BC8A1;
}
.AnyTagClassName
{
color: #7BC8A1;
}
</style>
background-color css
<style>
a { background-color: #7BC8A1; }
a { background-color: rgb(123,200,161); }
div.DivClassName
{
background-color: #7BC8A1;
}
.BgClassName
{
background-color: #7BC8A1;
}
</style>
border-color css
<style>
span { border-color: #7BC8A1; }
span { border-color: rgb(123,200,161); }
td.TdClassName
{
border-color: #7BC8A1;
}
.TagClassName
{
border-color: #7BC8A1;
}
</style>