Shades of Padua #7BCE9A
Tints of Padua #7BCE9A
RGB
CMYK
RGB Variations
Color information
#7BCE9A (or 0x7BCE9A) is known color: Padua. HEX triplet: 7B, CE and 9A. RGB value is (123,206,154). Sum of RGB (Red+Green+Blue) = 123+206+154=483 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.47% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #7BCE9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCE9A is #843165. Grayscale: #AFAFAF. Windows color (decimal): -8663398 or 10145403. OLE color: 10145403.
HSL color Cylindrical-coordinate representation of color #7BCE9A: hue angle of 142.41º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCE9A is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 206 | 154 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.19 |
| HSL | 142.41º | 0.46% | 0.65% | - |
| HSV(B) | 142.41º | 0.4% | 0.81% | - |
| XYZ | 36.07 | 50.69 | 38.45 | - |
| YUV | 175.26 | 116 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 206 | 154 | 0.40 | 0 | 0.25 | 0.19 | 142.41 | 0.46 | 0.65 |
| Hex | 7B | CE | 9A | 28 | 0 | 19 | 13 | 8E | 2E | 41 |
| Octal | 173 | 316 | 232 | 50 | 0 | 31 | 23 | 216 | 56 | 101 |
| Binary | 1111011 | 11001110 | 10011010 | 101000 | 0 | 11001 | 10011 | 10001110 | 101110 | 1000001 |
Color Harmonies of #7BCE9A
Complementary color
Monochromatic Colors of #7BCE9A
Black with #7BCE9A
Text Example
Text Example
White with #7BCE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCE9A; }
p { color: rgb(123,206,154); }
H1.HeaderClassName
{
color: #7BCE9A;
}
.AnyTagClassName
{
color: #7BCE9A;
}
</style>
background-color css
<style>
a { background-color: #7BCE9A; }
a { background-color: rgb(123,206,154); }
div.DivClassName
{
background-color: #7BCE9A;
}
.BgClassName
{
background-color: #7BCE9A;
}
</style>
border-color css
<style>
span { border-color: #7BCE9A; }
span { border-color: rgb(123,206,154); }
td.TdClassName
{
border-color: #7BCE9A;
}
.TagClassName
{
border-color: #7BCE9A;
}
</style>