Shades of Padua #7CBA9F
Tints of Padua #7CBA9F
RGB
CMYK
RGB Variations
Color information
#7CBA9F (or 0x7CBA9F) is known color: Padua. HEX triplet: 7C, BA and 9F. RGB value is (124,186,159). Sum of RGB (Red+Green+Blue) = 124+186+159=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBA9F is #834560. Grayscale: #A4A4A4. Windows color (decimal): -8602977 or 10467964. OLE color: 10467964.
HSL color Cylindrical-coordinate representation of color #7CBA9F: hue angle of 153.87º 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 #7CBA9F is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 159 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.27 |
| HSL | 153.87º | 0.31% | 0.61% | - |
| HSV(B) | 153.87º | 0.33% | 0.73% | - |
| XYZ | 32.13 | 41.91 | 39.2 | - |
| YUV | 164.38 | 124.96 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 159 | 0.33 | 0 | 0.15 | 0.27 | 153.87 | 0.31 | 0.61 |
| Hex | 7C | BA | 9F | 21 | 0 | F | 1B | 9A | 1F | 3D |
| Octal | 174 | 272 | 237 | 41 | 0 | 17 | 33 | 232 | 37 | 75 |
| Binary | 1111100 | 10111010 | 10011111 | 100001 | 0 | 1111 | 11011 | 10011010 | 11111 | 111101 |
Color Harmonies of #7CBA9F
Complementary color
Monochromatic Colors of #7CBA9F
Black with #7CBA9F
Text Example
Text Example
White with #7CBA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA9F; }
p { color: rgb(124,186,159); }
H1.HeaderClassName
{
color: #7CBA9F;
}
.AnyTagClassName
{
color: #7CBA9F;
}
</style>
background-color css
<style>
a { background-color: #7CBA9F; }
a { background-color: rgb(124,186,159); }
div.DivClassName
{
background-color: #7CBA9F;
}
.BgClassName
{
background-color: #7CBA9F;
}
</style>
border-color css
<style>
span { border-color: #7CBA9F; }
span { border-color: rgb(124,186,159); }
td.TdClassName
{
border-color: #7CBA9F;
}
.TagClassName
{
border-color: #7CBA9F;
}
</style>