Shades of Madang #C0ECB0
Tints of Madang #C0ECB0
RGB
CMYK
RGB Variations
Color information
#C0ECB0 (or 0xC0ECB0) is known color: Madang. HEX triplet: C0, EC and B0. RGB value is (192,236,176). Sum of RGB (Red+Green+Blue) = 192+236+176=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #C0ECB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0ECB0 is #3F134F. Grayscale: #D8D8D8. Windows color (decimal): -4133712 or 11594944. OLE color: 11594944.
HSL color Cylindrical-coordinate representation of color #C0ECB0: hue angle of 104º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0ECB0 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 176 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.07 |
| HSL | 104º | 0.61% | 0.81% | - |
| HSV(B) | 104º | 0.25% | 0.93% | - |
| XYZ | 59.57 | 74.33 | 52.28 | - |
| YUV | 216 | 105.42 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 176 | 0.19 | 0 | 0.25 | 0.07 | 104 | 0.61 | 0.81 |
| Hex | C0 | EC | B0 | 13 | 0 | 19 | 7 | 68 | 3D | 51 |
| Octal | 300 | 354 | 260 | 23 | 0 | 31 | 7 | 150 | 75 | 121 |
| Binary | 11000000 | 11101100 | 10110000 | 10011 | 0 | 11001 | 111 | 1101000 | 111101 | 1010001 |
Color Harmonies of #C0ECB0
Complementary color
Monochromatic Colors of #C0ECB0
Black with #C0ECB0
Text Example
Text Example
White with #C0ECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ECB0; }
p { color: rgb(192,236,176); }
H1.HeaderClassName
{
color: #C0ECB0;
}
.AnyTagClassName
{
color: #C0ECB0;
}
</style>
background-color css
<style>
a { background-color: #C0ECB0; }
a { background-color: rgb(192,236,176); }
div.DivClassName
{
background-color: #C0ECB0;
}
.BgClassName
{
background-color: #C0ECB0;
}
</style>
border-color css
<style>
span { border-color: #C0ECB0; }
span { border-color: rgb(192,236,176); }
td.TdClassName
{
border-color: #C0ECB0;
}
.TagClassName
{
border-color: #C0ECB0;
}
</style>