Shades of Padua #7BCC9C
Tints of Padua #7BCC9C
RGB
CMYK
RGB Variations
Color information
#7BCC9C (or 0x7BCC9C) is known color: Padua. HEX triplet: 7B, CC and 9C. RGB value is (123,204,156). Sum of RGB (Red+Green+Blue) = 123+204+156=483 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.47% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCC9C is #843363. Grayscale: #AEAEAE. Windows color (decimal): -8663908 or 10275963. OLE color: 10275963.
HSL color Cylindrical-coordinate representation of color #7BCC9C: hue angle of 144.44º degrees, saturation: 0.44, 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 #7BCC9C is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 204 | 156 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.2 |
| HSL | 144.44º | 0.44% | 0.64% | - |
| HSV(B) | 144.44º | 0.4% | 0.8% | - |
| XYZ | 35.76 | 49.8 | 39.18 | - |
| YUV | 174.31 | 117.66 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 156 | 0.40 | 0 | 0.24 | 0.2 | 144.44 | 0.44 | 0.64 |
| Hex | 7B | CC | 9C | 28 | 0 | 18 | 14 | 90 | 2C | 40 |
| Octal | 173 | 314 | 234 | 50 | 0 | 30 | 24 | 220 | 54 | 100 |
| Binary | 1111011 | 11001100 | 10011100 | 101000 | 0 | 11000 | 10100 | 10010000 | 101100 | 1000000 |
Color Harmonies of #7BCC9C
Complementary color
Monochromatic Colors of #7BCC9C
Black with #7BCC9C
Text Example
Text Example
White with #7BCC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCC9C; }
p { color: rgb(123,204,156); }
H1.HeaderClassName
{
color: #7BCC9C;
}
.AnyTagClassName
{
color: #7BCC9C;
}
</style>
background-color css
<style>
a { background-color: #7BCC9C; }
a { background-color: rgb(123,204,156); }
div.DivClassName
{
background-color: #7BCC9C;
}
.BgClassName
{
background-color: #7BCC9C;
}
</style>
border-color css
<style>
span { border-color: #7BCC9C; }
span { border-color: rgb(123,204,156); }
td.TdClassName
{
border-color: #7BCC9C;
}
.TagClassName
{
border-color: #7BCC9C;
}
</style>