Shades of Padua #7BCE98
Tints of Padua #7BCE98
RGB
CMYK
RGB Variations
Color information
#7BCE98 (or 0x7BCE98) is known color: Padua. HEX triplet: 7B, CE and 98. RGB value is (123,206,152). Sum of RGB (Red+Green+Blue) = 123+206+152=481 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.57% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #7BCE98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCE98 is #843167. Grayscale: #AFAFAF. Windows color (decimal): -8663400 or 10014331. OLE color: 10014331.
HSL color Cylindrical-coordinate representation of color #7BCE98: hue angle of 140.96º 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 #7BCE98 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 206 | 152 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.19 |
| HSL | 140.96º | 0.46% | 0.65% | - |
| HSV(B) | 140.96º | 0.4% | 0.81% | - |
| XYZ | 35.91 | 50.62 | 37.58 | - |
| YUV | 175.03 | 115 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 206 | 152 | 0.40 | 0 | 0.26 | 0.19 | 140.96 | 0.46 | 0.65 |
| Hex | 7B | CE | 98 | 28 | 0 | 1A | 13 | 8D | 2E | 41 |
| Octal | 173 | 316 | 230 | 50 | 0 | 32 | 23 | 215 | 56 | 101 |
| Binary | 1111011 | 11001110 | 10011000 | 101000 | 0 | 11010 | 10011 | 10001101 | 101110 | 1000001 |
Color Harmonies of #7BCE98
Complementary color
Monochromatic Colors of #7BCE98
Black with #7BCE98
Text Example
Text Example
White with #7BCE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCE98; }
p { color: rgb(123,206,152); }
H1.HeaderClassName
{
color: #7BCE98;
}
.AnyTagClassName
{
color: #7BCE98;
}
</style>
background-color css
<style>
a { background-color: #7BCE98; }
a { background-color: rgb(123,206,152); }
div.DivClassName
{
background-color: #7BCE98;
}
.BgClassName
{
background-color: #7BCE98;
}
</style>
border-color css
<style>
span { border-color: #7BCE98; }
span { border-color: rgb(123,206,152); }
td.TdClassName
{
border-color: #7BCE98;
}
.TagClassName
{
border-color: #7BCE98;
}
</style>