Shades of Padua #7CBAA1
Tints of Padua #7CBAA1
RGB
CMYK
RGB Variations
Color information
#7CBAA1 (or 0x7CBAA1) is known color: Padua. HEX triplet: 7C, BA and A1. RGB value is (124,186,161). Sum of RGB (Red+Green+Blue) = 124+186+161=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBAA1 is #83455E. Grayscale: #A4A4A4. Windows color (decimal): -8602975 or 10599036. OLE color: 10599036.
HSL color Cylindrical-coordinate representation of color #7CBAA1: hue angle of 155.81º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CBAA1 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 161 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.27 |
| HSL | 155.81º | 0.31% | 0.61% | - |
| HSV(B) | 155.81º | 0.33% | 0.73% | - |
| XYZ | 32.3 | 41.98 | 40.12 | - |
| YUV | 164.61 | 125.96 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 161 | 0.33 | 0 | 0.13 | 0.27 | 155.81 | 0.31 | 0.61 |
| Hex | 7C | BA | A1 | 21 | 0 | D | 1B | 9C | 1F | 3D |
| Octal | 174 | 272 | 241 | 41 | 0 | 15 | 33 | 234 | 37 | 75 |
| Binary | 1111100 | 10111010 | 10100001 | 100001 | 0 | 1101 | 11011 | 10011100 | 11111 | 111101 |
Color Harmonies of #7CBAA1
Complementary color
Monochromatic Colors of #7CBAA1
Black with #7CBAA1
Text Example
Text Example
White with #7CBAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBAA1; }
p { color: rgb(124,186,161); }
H1.HeaderClassName
{
color: #7CBAA1;
}
.AnyTagClassName
{
color: #7CBAA1;
}
</style>
background-color css
<style>
a { background-color: #7CBAA1; }
a { background-color: rgb(124,186,161); }
div.DivClassName
{
background-color: #7CBAA1;
}
.BgClassName
{
background-color: #7CBAA1;
}
</style>
border-color css
<style>
span { border-color: #7CBAA1; }
span { border-color: rgb(124,186,161); }
td.TdClassName
{
border-color: #7CBAA1;
}
.TagClassName
{
border-color: #7CBAA1;
}
</style>