Shades of Madang #C2EBAC
Tints of Madang #C2EBAC
RGB
CMYK
RGB Variations
Color information
#C2EBAC (or 0xC2EBAC) is known color: Madang. HEX triplet: C2, EB and AC. RGB value is (194,235,172). Sum of RGB (Red+Green+Blue) = 194+235+172=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EBAC is #3D1453. Grayscale: #D7D7D7. Windows color (decimal): -4002900 or 11332546. OLE color: 11332546.
HSL color Cylindrical-coordinate representation of color #C2EBAC: hue angle of 99.05º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2EBAC is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 172 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.08 |
| HSL | 99.05º | 0.61% | 0.8% | - |
| HSV(B) | 99.05º | 0.27% | 0.92% | - |
| XYZ | 59.4 | 73.86 | 50.16 | - |
| YUV | 215.56 | 103.42 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 172 | 0.17 | 0 | 0.27 | 0.08 | 99.05 | 0.61 | 0.8 |
| Hex | C2 | EB | AC | 11 | 0 | 1B | 8 | 63 | 3D | 50 |
| Octal | 302 | 353 | 254 | 21 | 0 | 33 | 10 | 143 | 75 | 120 |
| Binary | 11000010 | 11101011 | 10101100 | 10001 | 0 | 11011 | 1000 | 1100011 | 111101 | 1010000 |
Color Harmonies of #C2EBAC
Complementary color
Monochromatic Colors of #C2EBAC
Black with #C2EBAC
Text Example
Text Example
White with #C2EBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EBAC; }
p { color: rgb(194,235,172); }
H1.HeaderClassName
{
color: #C2EBAC;
}
.AnyTagClassName
{
color: #C2EBAC;
}
</style>
background-color css
<style>
a { background-color: #C2EBAC; }
a { background-color: rgb(194,235,172); }
div.DivClassName
{
background-color: #C2EBAC;
}
.BgClassName
{
background-color: #C2EBAC;
}
</style>
border-color css
<style>
span { border-color: #C2EBAC; }
span { border-color: rgb(194,235,172); }
td.TdClassName
{
border-color: #C2EBAC;
}
.TagClassName
{
border-color: #C2EBAC;
}
</style>