Shades of Madang #C0EBA2
Tints of Madang #C0EBA2
RGB
CMYK
RGB Variations
Color information
#C0EBA2 (or 0xC0EBA2) is known color: Madang. HEX triplet: C0, EB and A2. RGB value is (192,235,162). Sum of RGB (Red+Green+Blue) = 192+235+162=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 162 (63.67% from 255 or 27.50% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EBA2 is #3F145D. Grayscale: #D6D6D6. Windows color (decimal): -4133982 or 10677184. OLE color: 10677184.
HSL color Cylindrical-coordinate representation of color #C0EBA2: hue angle of 95.34º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0EBA2 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 235 | 162 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.08 |
| HSL | 95.34º | 0.65% | 0.78% | - |
| HSV(B) | 95.34º | 0.31% | 0.92% | - |
| XYZ | 57.97 | 73.23 | 45.26 | - |
| YUV | 213.82 | 98.75 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 162 | 0.18 | 0 | 0.31 | 0.08 | 95.34 | 0.65 | 0.78 |
| Hex | C0 | EB | A2 | 12 | 0 | 1F | 8 | 5F | 41 | 4E |
| Octal | 300 | 353 | 242 | 22 | 0 | 37 | 10 | 137 | 101 | 116 |
| Binary | 11000000 | 11101011 | 10100010 | 10010 | 0 | 11111 | 1000 | 1011111 | 1000001 | 1001110 |
Color Harmonies of #C0EBA2
Complementary color
Monochromatic Colors of #C0EBA2
Black with #C0EBA2
Text Example
Text Example
White with #C0EBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EBA2; }
p { color: rgb(192,235,162); }
H1.HeaderClassName
{
color: #C0EBA2;
}
.AnyTagClassName
{
color: #C0EBA2;
}
</style>
background-color css
<style>
a { background-color: #C0EBA2; }
a { background-color: rgb(192,235,162); }
div.DivClassName
{
background-color: #C0EBA2;
}
.BgClassName
{
background-color: #C0EBA2;
}
</style>
border-color css
<style>
span { border-color: #C0EBA2; }
span { border-color: rgb(192,235,162); }
td.TdClassName
{
border-color: #C0EBA2;
}
.TagClassName
{
border-color: #C0EBA2;
}
</style>