Shades of Madang #C0EBAC
Tints of Madang #C0EBAC
RGB
CMYK
RGB Variations
Color information
#C0EBAC (or 0xC0EBAC) is known color: Madang. HEX triplet: C0, EB and AC. RGB value is (192,235,172). Sum of RGB (Red+Green+Blue) = 192+235+172=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EBAC is #3F1453. Grayscale: #D7D7D7. Windows color (decimal): -4133972 or 11332544. OLE color: 11332544.
HSL color Cylindrical-coordinate representation of color #C0EBAC: hue angle of 100.95º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0EBAC is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 235 | 172 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.08 |
| HSL | 100.95º | 0.61% | 0.8% | - |
| HSV(B) | 100.95º | 0.27% | 0.92% | - |
| XYZ | 58.89 | 73.6 | 50.13 | - |
| YUV | 214.96 | 103.75 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 172 | 0.18 | 0 | 0.27 | 0.08 | 100.95 | 0.61 | 0.8 |
| Hex | C0 | EB | AC | 12 | 0 | 1B | 8 | 65 | 3D | 50 |
| Octal | 300 | 353 | 254 | 22 | 0 | 33 | 10 | 145 | 75 | 120 |
| Binary | 11000000 | 11101011 | 10101100 | 10010 | 0 | 11011 | 1000 | 1100101 | 111101 | 1010000 |
Color Harmonies of #C0EBAC
Complementary color
Monochromatic Colors of #C0EBAC
Black with #C0EBAC
Text Example
Text Example
White with #C0EBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EBAC; }
p { color: rgb(192,235,172); }
H1.HeaderClassName
{
color: #C0EBAC;
}
.AnyTagClassName
{
color: #C0EBAC;
}
</style>
background-color css
<style>
a { background-color: #C0EBAC; }
a { background-color: rgb(192,235,172); }
div.DivClassName
{
background-color: #C0EBAC;
}
.BgClassName
{
background-color: #C0EBAC;
}
</style>
border-color css
<style>
span { border-color: #C0EBAC; }
span { border-color: rgb(192,235,172); }
td.TdClassName
{
border-color: #C0EBAC;
}
.TagClassName
{
border-color: #C0EBAC;
}
</style>