Shades of Madang #C2E1A6
Tints of Madang #C2E1A6
RGB
CMYK
RGB Variations
Color information
#C2E1A6 (or 0xC2E1A6) is known color: Madang. HEX triplet: C2, E1 and A6. RGB value is (194,225,166). Sum of RGB (Red+Green+Blue) = 194+225+166=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 166 (65.23% from 255 or 28.38% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E1A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E1A6 is #3D1E59. Grayscale: #D1D1D1. Windows color (decimal): -4005466 or 10936770. OLE color: 10936770.
HSL color Cylindrical-coordinate representation of color #C2E1A6: hue angle of 91.53º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2E1A6 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 225 | 166 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.12 |
| HSL | 91.53º | 0.5% | 0.77% | - |
| HSV(B) | 91.53º | 0.26% | 0.88% | - |
| XYZ | 56.06 | 68.07 | 46.26 | - |
| YUV | 209.01 | 103.73 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 166 | 0.14 | 0 | 0.26 | 0.12 | 91.53 | 0.5 | 0.77 |
| Hex | C2 | E1 | A6 | E | 0 | 1A | C | 5C | 32 | 4D |
| Octal | 302 | 341 | 246 | 16 | 0 | 32 | 14 | 134 | 62 | 115 |
| Binary | 11000010 | 11100001 | 10100110 | 1110 | 0 | 11010 | 1100 | 1011100 | 110010 | 1001101 |
Color Harmonies of #C2E1A6
Complementary color
Monochromatic Colors of #C2E1A6
Black with #C2E1A6
Text Example
Text Example
White with #C2E1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E1A6; }
p { color: rgb(194,225,166); }
H1.HeaderClassName
{
color: #C2E1A6;
}
.AnyTagClassName
{
color: #C2E1A6;
}
</style>
background-color css
<style>
a { background-color: #C2E1A6; }
a { background-color: rgb(194,225,166); }
div.DivClassName
{
background-color: #C2E1A6;
}
.BgClassName
{
background-color: #C2E1A6;
}
</style>
border-color css
<style>
span { border-color: #C2E1A6; }
span { border-color: rgb(194,225,166); }
td.TdClassName
{
border-color: #C2E1A6;
}
.TagClassName
{
border-color: #C2E1A6;
}
</style>