Shades of Madang #C0ECB5
Tints of Madang #C0ECB5
RGB
CMYK
RGB Variations
Color information
#C0ECB5 (or 0xC0ECB5) is known color: Madang. HEX triplet: C0, EC and B5. RGB value is (192,236,181). Sum of RGB (Red+Green+Blue) = 192+236+181=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 181 (71.09% from 255 or 29.72% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #C0ECB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0ECB5 is #3F134A. Grayscale: #D8D8D8. Windows color (decimal): -4133707 or 11922624. OLE color: 11922624.
HSL color Cylindrical-coordinate representation of color #C0ECB5: hue angle of 108º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0ECB5 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 181 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.07 |
| HSL | 108º | 0.59% | 0.82% | - |
| HSV(B) | 108º | 0.23% | 0.93% | - |
| XYZ | 60.07 | 74.53 | 54.94 | - |
| YUV | 216.57 | 107.92 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 181 | 0.19 | 0 | 0.23 | 0.07 | 108 | 0.59 | 0.82 |
| Hex | C0 | EC | B5 | 13 | 0 | 17 | 7 | 6C | 3B | 52 |
| Octal | 300 | 354 | 265 | 23 | 0 | 27 | 7 | 154 | 73 | 122 |
| Binary | 11000000 | 11101100 | 10110101 | 10011 | 0 | 10111 | 111 | 1101100 | 111011 | 1010010 |
Color Harmonies of #C0ECB5
Complementary color
Monochromatic Colors of #C0ECB5
Black with #C0ECB5
Text Example
Text Example
White with #C0ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ECB5; }
p { color: rgb(192,236,181); }
H1.HeaderClassName
{
color: #C0ECB5;
}
.AnyTagClassName
{
color: #C0ECB5;
}
</style>
background-color css
<style>
a { background-color: #C0ECB5; }
a { background-color: rgb(192,236,181); }
div.DivClassName
{
background-color: #C0ECB5;
}
.BgClassName
{
background-color: #C0ECB5;
}
</style>
border-color css
<style>
span { border-color: #C0ECB5; }
span { border-color: rgb(192,236,181); }
td.TdClassName
{
border-color: #C0ECB5;
}
.TagClassName
{
border-color: #C0ECB5;
}
</style>