Shades of Madang #C0EBA0
Tints of Madang #C0EBA0
RGB
CMYK
RGB Variations
Color information
#C0EBA0 (or 0xC0EBA0) is known color: Madang. HEX triplet: C0, EB and A0. RGB value is (192,235,160). Sum of RGB (Red+Green+Blue) = 192+235+160=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EBA0 is #3F145F. Grayscale: #D5D5D5. Windows color (decimal): -4133984 or 10546112. OLE color: 10546112.
HSL color Cylindrical-coordinate representation of color #C0EBA0: hue angle of 94.4º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0EBA0 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 235 | 160 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.08 |
| HSL | 94.4º | 0.65% | 0.77% | - |
| HSV(B) | 94.4º | 0.32% | 0.92% | - |
| XYZ | 57.79 | 73.16 | 44.33 | - |
| YUV | 213.59 | 97.75 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 160 | 0.18 | 0 | 0.32 | 0.08 | 94.4 | 0.65 | 0.77 |
| Hex | C0 | EB | A0 | 12 | 0 | 20 | 8 | 5E | 41 | 4D |
| Octal | 300 | 353 | 240 | 22 | 0 | 40 | 10 | 136 | 101 | 115 |
| Binary | 11000000 | 11101011 | 10100000 | 10010 | 0 | 100000 | 1000 | 1011110 | 1000001 | 1001101 |
Color Harmonies of #C0EBA0
Complementary color
Monochromatic Colors of #C0EBA0
Black with #C0EBA0
Text Example
Text Example
White with #C0EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EBA0; }
p { color: rgb(192,235,160); }
H1.HeaderClassName
{
color: #C0EBA0;
}
.AnyTagClassName
{
color: #C0EBA0;
}
</style>
background-color css
<style>
a { background-color: #C0EBA0; }
a { background-color: rgb(192,235,160); }
div.DivClassName
{
background-color: #C0EBA0;
}
.BgClassName
{
background-color: #C0EBA0;
}
</style>
border-color css
<style>
span { border-color: #C0EBA0; }
span { border-color: rgb(192,235,160); }
td.TdClassName
{
border-color: #C0EBA0;
}
.TagClassName
{
border-color: #C0EBA0;
}
</style>