Shades of Madang #C2ECAA
Tints of Madang #C2ECAA
RGB
CMYK
RGB Variations
Color information
#C2ECAA (or 0xC2ECAA) is known color: Madang. HEX triplet: C2, EC and AA. RGB value is (194,236,170). Sum of RGB (Red+Green+Blue) = 194+236+170=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2ECAA is #3D1355. Grayscale: #D8D8D8. Windows color (decimal): -4002646 or 11201730. OLE color: 11201730.
HSL color Cylindrical-coordinate representation of color #C2ECAA: hue angle of 98.18º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2ECAA is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 236 | 170 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.07 |
| HSL | 98.18º | 0.63% | 0.8% | - |
| HSV(B) | 98.18º | 0.28% | 0.93% | - |
| XYZ | 59.5 | 74.36 | 49.25 | - |
| YUV | 215.92 | 102.09 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 170 | 0.18 | 0 | 0.28 | 0.07 | 98.18 | 0.63 | 0.8 |
| Hex | C2 | EC | AA | 12 | 0 | 1C | 7 | 62 | 3F | 50 |
| Octal | 302 | 354 | 252 | 22 | 0 | 34 | 7 | 142 | 77 | 120 |
| Binary | 11000010 | 11101100 | 10101010 | 10010 | 0 | 11100 | 111 | 1100010 | 111111 | 1010000 |
Color Harmonies of #C2ECAA
Complementary color
Monochromatic Colors of #C2ECAA
Black with #C2ECAA
Text Example
Text Example
White with #C2ECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ECAA; }
p { color: rgb(194,236,170); }
H1.HeaderClassName
{
color: #C2ECAA;
}
.AnyTagClassName
{
color: #C2ECAA;
}
</style>
background-color css
<style>
a { background-color: #C2ECAA; }
a { background-color: rgb(194,236,170); }
div.DivClassName
{
background-color: #C2ECAA;
}
.BgClassName
{
background-color: #C2ECAA;
}
</style>
border-color css
<style>
span { border-color: #C2ECAA; }
span { border-color: rgb(194,236,170); }
td.TdClassName
{
border-color: #C2ECAA;
}
.TagClassName
{
border-color: #C2ECAA;
}
</style>