Shades of Madang #C0EDB6
Tints of Madang #C0EDB6
RGB
CMYK
RGB Variations
Color information
#C0EDB6 (or 0xC0EDB6) is known color: Madang. HEX triplet: C0, ED and B6. RGB value is (192,237,182). Sum of RGB (Red+Green+Blue) = 192+237+182=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 182 (71.48% from 255 or 29.79% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EDB6 is #3F1249. Grayscale: #D9D9D9. Windows color (decimal): -4133450 or 11988416. OLE color: 11988416.
HSL color Cylindrical-coordinate representation of color #C0EDB6: hue angle of 109.09º degrees, saturation: 0.6, 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 #C0EDB6 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 237 | 182 | - |
CMYK | 0.19 | 0 | 0.23 | 0.07 |
HSL | 109.09º | 0.6% | 0.82% | - |
HSV(B) | 109.09º | 0.23% | 0.93% | - |
XYZ | 60.47 | 75.15 | 55.57 | - |
YUV | 217.28 | 108.09 | 109.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 237 | 182 | 0.19 | 0 | 0.23 | 0.07 | 109.09 | 0.6 | 0.82 |
Hex | C0 | ED | B6 | 13 | 0 | 17 | 7 | 6D | 3C | 52 |
Octal | 300 | 355 | 266 | 23 | 0 | 27 | 7 | 155 | 74 | 122 |
Binary | 11000000 | 11101101 | 10110110 | 10011 | 0 | 10111 | 111 | 1101101 | 111100 | 1010010 |
Color Harmonies of #C0EDB6
Complementary color
Monochromatic Colors of #C0EDB6
Black with #C0EDB6
Text Example
Text Example
White with #C0EDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EDB6; }
p { color: rgb(192,237,182); }
H1.HeaderClassName
{
color: #C0EDB6;
}
.AnyTagClassName
{
color: #C0EDB6;
}
</style>
background-color css
<style>
a { background-color: #C0EDB6; }
a { background-color: rgb(192,237,182); }
div.DivClassName
{
background-color: #C0EDB6;
}
.BgClassName
{
background-color: #C0EDB6;
}
</style>
border-color css
<style>
span { border-color: #C0EDB6; }
span { border-color: rgb(192,237,182); }
td.TdClassName
{
border-color: #C0EDB6;
}
.TagClassName
{
border-color: #C0EDB6;
}
</style>