Shades of Madang #C0EBA1
Tints of Madang #C0EBA1
RGB
CMYK
RGB Variations
Color information
#C0EBA1 (or 0xC0EBA1) is known color: Madang. HEX triplet: C0, EB and A1. RGB value is (192,235,161). Sum of RGB (Red+Green+Blue) = 192+235+161=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 161 (63.28% from 255 or 27.38% from 588); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EBA1 is #3F145E. Grayscale: #D5D5D5. Windows color (decimal): -4133983 or 10611648. OLE color: 10611648.
HSL color Cylindrical-coordinate representation of color #C0EBA1: hue angle of 94.86º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0EBA1 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 235 | 161 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.08 |
| HSL | 94.86º | 0.65% | 0.78% | - |
| HSV(B) | 94.86º | 0.31% | 0.92% | - |
| XYZ | 57.88 | 73.2 | 44.8 | - |
| YUV | 213.71 | 98.25 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 161 | 0.18 | 0 | 0.31 | 0.08 | 94.86 | 0.65 | 0.78 |
| Hex | C0 | EB | A1 | 12 | 0 | 1F | 8 | 5F | 41 | 4E |
| Octal | 300 | 353 | 241 | 22 | 0 | 37 | 10 | 137 | 101 | 116 |
| Binary | 11000000 | 11101011 | 10100001 | 10010 | 0 | 11111 | 1000 | 1011111 | 1000001 | 1001110 |
Color Harmonies of #C0EBA1
Complementary color
Monochromatic Colors of #C0EBA1
Black with #C0EBA1
Text Example
Text Example
White with #C0EBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EBA1; }
p { color: rgb(192,235,161); }
H1.HeaderClassName
{
color: #C0EBA1;
}
.AnyTagClassName
{
color: #C0EBA1;
}
</style>
background-color css
<style>
a { background-color: #C0EBA1; }
a { background-color: rgb(192,235,161); }
div.DivClassName
{
background-color: #C0EBA1;
}
.BgClassName
{
background-color: #C0EBA1;
}
</style>
border-color css
<style>
span { border-color: #C0EBA1; }
span { border-color: rgb(192,235,161); }
td.TdClassName
{
border-color: #C0EBA1;
}
.TagClassName
{
border-color: #C0EBA1;
}
</style>