Shades of Madang #C0ECA3
Tints of Madang #C0ECA3
RGB
CMYK
RGB Variations
Color information
#C0ECA3 (or 0xC0ECA3) is known color: Madang. HEX triplet: C0, EC and A3. RGB value is (192,236,163). Sum of RGB (Red+Green+Blue) = 192+236+163=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 163 (64.06% from 255 or 27.58% from 591); Max value from RGB is 236 - color contains mainly: green. Hex color #C0ECA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0ECA3 is #3F135C. Grayscale: #D6D6D6. Windows color (decimal): -4133725 or 10742976. OLE color: 10742976.
HSL color Cylindrical-coordinate representation of color #C0ECA3: hue angle of 96.16º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0ECA3 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 163 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.07 |
| HSL | 96.16º | 0.66% | 0.78% | - |
| HSV(B) | 96.16º | 0.31% | 0.93% | - |
| XYZ | 58.34 | 73.84 | 45.83 | - |
| YUV | 214.52 | 98.92 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 163 | 0.19 | 0 | 0.31 | 0.07 | 96.16 | 0.66 | 0.78 |
| Hex | C0 | EC | A3 | 13 | 0 | 1F | 7 | 60 | 42 | 4E |
| Octal | 300 | 354 | 243 | 23 | 0 | 37 | 7 | 140 | 102 | 116 |
| Binary | 11000000 | 11101100 | 10100011 | 10011 | 0 | 11111 | 111 | 1100000 | 1000010 | 1001110 |
Color Harmonies of #C0ECA3
Complementary color
Monochromatic Colors of #C0ECA3
Black with #C0ECA3
Text Example
Text Example
White with #C0ECA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ECA3; }
p { color: rgb(192,236,163); }
H1.HeaderClassName
{
color: #C0ECA3;
}
.AnyTagClassName
{
color: #C0ECA3;
}
</style>
background-color css
<style>
a { background-color: #C0ECA3; }
a { background-color: rgb(192,236,163); }
div.DivClassName
{
background-color: #C0ECA3;
}
.BgClassName
{
background-color: #C0ECA3;
}
</style>
border-color css
<style>
span { border-color: #C0ECA3; }
span { border-color: rgb(192,236,163); }
td.TdClassName
{
border-color: #C0ECA3;
}
.TagClassName
{
border-color: #C0ECA3;
}
</style>