Shades of Madang #C2EBA8
Tints of Madang #C2EBA8
RGB
CMYK
RGB Variations
Color information
#C2EBA8 (or 0xC2EBA8) is known color: Madang. HEX triplet: C2, EB and A8. RGB value is (194,235,168). Sum of RGB (Red+Green+Blue) = 194+235+168=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 168 (66.02% from 255 or 28.14% from 597); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EBA8 is #3D1457. Grayscale: #D7D7D7. Windows color (decimal): -4002904 or 11070402. OLE color: 11070402.
HSL color Cylindrical-coordinate representation of color #C2EBA8: hue angle of 96.72º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2EBA8 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 168 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.08 |
| HSL | 96.72º | 0.63% | 0.79% | - |
| HSV(B) | 96.72º | 0.29% | 0.92% | - |
| XYZ | 59.02 | 73.71 | 48.16 | - |
| YUV | 215.1 | 101.42 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 168 | 0.17 | 0 | 0.29 | 0.08 | 96.72 | 0.63 | 0.79 |
| Hex | C2 | EB | A8 | 11 | 0 | 1D | 8 | 61 | 3F | 4F |
| Octal | 302 | 353 | 250 | 21 | 0 | 35 | 10 | 141 | 77 | 117 |
| Binary | 11000010 | 11101011 | 10101000 | 10001 | 0 | 11101 | 1000 | 1100001 | 111111 | 1001111 |
Color Harmonies of #C2EBA8
Complementary color
Monochromatic Colors of #C2EBA8
Black with #C2EBA8
Text Example
Text Example
White with #C2EBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EBA8; }
p { color: rgb(194,235,168); }
H1.HeaderClassName
{
color: #C2EBA8;
}
.AnyTagClassName
{
color: #C2EBA8;
}
</style>
background-color css
<style>
a { background-color: #C2EBA8; }
a { background-color: rgb(194,235,168); }
div.DivClassName
{
background-color: #C2EBA8;
}
.BgClassName
{
background-color: #C2EBA8;
}
</style>
border-color css
<style>
span { border-color: #C2EBA8; }
span { border-color: rgb(194,235,168); }
td.TdClassName
{
border-color: #C2EBA8;
}
.TagClassName
{
border-color: #C2EBA8;
}
</style>