Shades of Madang #C0EDB3
Tints of Madang #C0EDB3
RGB
CMYK
RGB Variations
Color information
#C0EDB3 (or 0xC0EDB3) is known color: Madang. HEX triplet: C0, ED and B3. RGB value is (192,237,179). Sum of RGB (Red+Green+Blue) = 192+237+179=608 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.58% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 179 (70.31% from 255 or 29.44% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EDB3 is #3F124C. Grayscale: #D9D9D9. Windows color (decimal): -4133453 or 11791808. OLE color: 11791808.
HSL color Cylindrical-coordinate representation of color #C0EDB3: hue angle of 106.55º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0EDB3 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 237 | 179 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.07 |
| HSL | 106.55º | 0.62% | 0.82% | - |
| HSV(B) | 106.55º | 0.24% | 0.93% | - |
| XYZ | 60.16 | 75.03 | 53.96 | - |
| YUV | 216.93 | 106.59 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 179 | 0.19 | 0 | 0.24 | 0.07 | 106.55 | 0.62 | 0.82 |
| Hex | C0 | ED | B3 | 13 | 0 | 18 | 7 | 6B | 3E | 52 |
| Octal | 300 | 355 | 263 | 23 | 0 | 30 | 7 | 153 | 76 | 122 |
| Binary | 11000000 | 11101101 | 10110011 | 10011 | 0 | 11000 | 111 | 1101011 | 111110 | 1010010 |
Color Harmonies of #C0EDB3
Complementary color
Monochromatic Colors of #C0EDB3
Black with #C0EDB3
Text Example
Text Example
White with #C0EDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EDB3; }
p { color: rgb(192,237,179); }
H1.HeaderClassName
{
color: #C0EDB3;
}
.AnyTagClassName
{
color: #C0EDB3;
}
</style>
background-color css
<style>
a { background-color: #C0EDB3; }
a { background-color: rgb(192,237,179); }
div.DivClassName
{
background-color: #C0EDB3;
}
.BgClassName
{
background-color: #C0EDB3;
}
</style>
border-color css
<style>
span { border-color: #C0EDB3; }
span { border-color: rgb(192,237,179); }
td.TdClassName
{
border-color: #C0EDB3;
}
.TagClassName
{
border-color: #C0EDB3;
}
</style>