Shades of Madang #C0EBAA
Tints of Madang #C0EBAA
RGB
CMYK
RGB Variations
Color information
#C0EBAA (or 0xC0EBAA) is known color: Madang. HEX triplet: C0, EB and AA. RGB value is (192,235,170). Sum of RGB (Red+Green+Blue) = 192+235+170=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EBAA is #3F1455. Grayscale: #D6D6D6. Windows color (decimal): -4133974 or 11201472. OLE color: 11201472.
HSL color Cylindrical-coordinate representation of color #C0EBAA: hue angle of 99.69º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0EBAA is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 235 | 170 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.08 |
| HSL | 99.69º | 0.62% | 0.79% | - |
| HSV(B) | 99.69º | 0.28% | 0.92% | - |
| XYZ | 58.7 | 73.53 | 49.13 | - |
| YUV | 214.73 | 102.75 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 170 | 0.18 | 0 | 0.28 | 0.08 | 99.69 | 0.62 | 0.79 |
| Hex | C0 | EB | AA | 12 | 0 | 1C | 8 | 64 | 3E | 4F |
| Octal | 300 | 353 | 252 | 22 | 0 | 34 | 10 | 144 | 76 | 117 |
| Binary | 11000000 | 11101011 | 10101010 | 10010 | 0 | 11100 | 1000 | 1100100 | 111110 | 1001111 |
Color Harmonies of #C0EBAA
Complementary color
Monochromatic Colors of #C0EBAA
Black with #C0EBAA
Text Example
Text Example
White with #C0EBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EBAA; }
p { color: rgb(192,235,170); }
H1.HeaderClassName
{
color: #C0EBAA;
}
.AnyTagClassName
{
color: #C0EBAA;
}
</style>
background-color css
<style>
a { background-color: #C0EBAA; }
a { background-color: rgb(192,235,170); }
div.DivClassName
{
background-color: #C0EBAA;
}
.BgClassName
{
background-color: #C0EBAA;
}
</style>
border-color css
<style>
span { border-color: #C0EBAA; }
span { border-color: rgb(192,235,170); }
td.TdClassName
{
border-color: #C0EBAA;
}
.TagClassName
{
border-color: #C0EBAA;
}
</style>