Shades of Padua #7BCD9C
Tints of Padua #7BCD9C
RGB
CMYK
RGB Variations
Color information
#7BCD9C (or 0x7BCD9C) is known color: Padua. HEX triplet: 7B, CD and 9C. RGB value is (123,205,156). Sum of RGB (Red+Green+Blue) = 123+205+156=484 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.41% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCD9C is #843263. Grayscale: #AFAFAF. Windows color (decimal): -8663652 or 10276219. OLE color: 10276219.
HSL color Cylindrical-coordinate representation of color #7BCD9C: hue angle of 144.15º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCD9C is Cyan = 0.4, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 205 | 156 | - |
| CMYK | 0.4 | 0 | 0.24 | 0.20 |
| HSL | 144.15º | 0.45% | 0.64% | - |
| HSV(B) | 144.15º | 0.4% | 0.8% | - |
| XYZ | 36 | 50.27 | 39.26 | - |
| YUV | 174.9 | 117.33 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 205 | 156 | 0.4 | 0 | 0.24 | 0.20 | 144.15 | 0.45 | 0.64 |
| Hex | 7B | CD | 9C | 28 | 0 | 18 | 14 | 90 | 2D | 40 |
| Octal | 173 | 315 | 234 | 50 | 0 | 30 | 24 | 220 | 55 | 100 |
| Binary | 1111011 | 11001101 | 10011100 | 101000 | 0 | 11000 | 10100 | 10010000 | 101101 | 1000000 |
Color Harmonies of #7BCD9C
Complementary color
Monochromatic Colors of #7BCD9C
Black with #7BCD9C
Text Example
Text Example
White with #7BCD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCD9C; }
p { color: rgb(123,205,156); }
H1.HeaderClassName
{
color: #7BCD9C;
}
.AnyTagClassName
{
color: #7BCD9C;
}
</style>
background-color css
<style>
a { background-color: #7BCD9C; }
a { background-color: rgb(123,205,156); }
div.DivClassName
{
background-color: #7BCD9C;
}
.BgClassName
{
background-color: #7BCD9C;
}
</style>
border-color css
<style>
span { border-color: #7BCD9C; }
span { border-color: rgb(123,205,156); }
td.TdClassName
{
border-color: #7BCD9C;
}
.TagClassName
{
border-color: #7BCD9C;
}
</style>