Shades of Madang #C2ECA8
Tints of Madang #C2ECA8
RGB
CMYK
RGB Variations
Color information
#C2ECA8 (or 0xC2ECA8) is known color: Madang. HEX triplet: C2, EC and A8. RGB value is (194,236,168). Sum of RGB (Red+Green+Blue) = 194+236+168=598 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.44% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 168 (66.02% from 255 or 28.09% from 598); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2ECA8 is #3D1357. Grayscale: #D7D7D7. Windows color (decimal): -4002648 or 11070658. OLE color: 11070658.
HSL color Cylindrical-coordinate representation of color #C2ECA8: hue angle of 97.06º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2ECA8 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 236 | 168 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.07 |
| HSL | 97.06º | 0.64% | 0.79% | - |
| HSV(B) | 97.06º | 0.29% | 0.93% | - |
| XYZ | 59.31 | 74.29 | 48.26 | - |
| YUV | 215.69 | 101.09 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 168 | 0.18 | 0 | 0.29 | 0.07 | 97.06 | 0.64 | 0.79 |
| Hex | C2 | EC | A8 | 12 | 0 | 1D | 7 | 61 | 40 | 4F |
| Octal | 302 | 354 | 250 | 22 | 0 | 35 | 7 | 141 | 100 | 117 |
| Binary | 11000010 | 11101100 | 10101000 | 10010 | 0 | 11101 | 111 | 1100001 | 1000000 | 1001111 |
Color Harmonies of #C2ECA8
Complementary color
Monochromatic Colors of #C2ECA8
Black with #C2ECA8
Text Example
Text Example
White with #C2ECA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ECA8; }
p { color: rgb(194,236,168); }
H1.HeaderClassName
{
color: #C2ECA8;
}
.AnyTagClassName
{
color: #C2ECA8;
}
</style>
background-color css
<style>
a { background-color: #C2ECA8; }
a { background-color: rgb(194,236,168); }
div.DivClassName
{
background-color: #C2ECA8;
}
.BgClassName
{
background-color: #C2ECA8;
}
</style>
border-color css
<style>
span { border-color: #C2ECA8; }
span { border-color: rgb(194,236,168); }
td.TdClassName
{
border-color: #C2ECA8;
}
.TagClassName
{
border-color: #C2ECA8;
}
</style>