Shades of Madang #C0E0AA
Tints of Madang #C0E0AA
RGB
CMYK
RGB Variations
Color information
#C0E0AA (or 0xC0E0AA) is known color: Madang. HEX triplet: C0, E0 and AA. RGB value is (192,224,170). Sum of RGB (Red+Green+Blue) = 192+224+170=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E0AA is #3F1F55. Grayscale: #D0D0D0. Windows color (decimal): -4136790 or 11198656. OLE color: 11198656.
HSL color Cylindrical-coordinate representation of color #C0E0AA: hue angle of 95.56º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0E0AA is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 170 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.12 |
| HSL | 95.56º | 0.47% | 0.77% | - |
| HSV(B) | 95.56º | 0.24% | 0.88% | - |
| XYZ | 55.65 | 67.42 | 48.11 | - |
| YUV | 208.28 | 106.4 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 170 | 0.14 | 0 | 0.24 | 0.12 | 95.56 | 0.47 | 0.77 |
| Hex | C0 | E0 | AA | E | 0 | 18 | C | 60 | 2F | 4D |
| Octal | 300 | 340 | 252 | 16 | 0 | 30 | 14 | 140 | 57 | 115 |
| Binary | 11000000 | 11100000 | 10101010 | 1110 | 0 | 11000 | 1100 | 1100000 | 101111 | 1001101 |
Color Harmonies of #C0E0AA
Complementary color
Monochromatic Colors of #C0E0AA
Black with #C0E0AA
Text Example
Text Example
White with #C0E0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E0AA; }
p { color: rgb(192,224,170); }
H1.HeaderClassName
{
color: #C0E0AA;
}
.AnyTagClassName
{
color: #C0E0AA;
}
</style>
background-color css
<style>
a { background-color: #C0E0AA; }
a { background-color: rgb(192,224,170); }
div.DivClassName
{
background-color: #C0E0AA;
}
.BgClassName
{
background-color: #C0E0AA;
}
</style>
border-color css
<style>
span { border-color: #C0E0AA; }
span { border-color: rgb(192,224,170); }
td.TdClassName
{
border-color: #C0E0AA;
}
.TagClassName
{
border-color: #C0E0AA;
}
</style>