Shades of Madang #C2EDAD
Tints of Madang #C2EDAD
RGB
CMYK
RGB Variations
Color information
#C2EDAD (or 0xC2EDAD) is known color: Madang. HEX triplet: C2, ED and AD. RGB value is (194,237,173). Sum of RGB (Red+Green+Blue) = 194+237+173=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #C2EDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EDAD is #3D1252. Grayscale: #D9D9D9. Windows color (decimal): -4002387 or 11398594. OLE color: 11398594.
HSL color Cylindrical-coordinate representation of color #C2EDAD: hue angle of 100.31º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2EDAD is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 237 | 173 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.07 |
| HSL | 100.31º | 0.64% | 0.8% | - |
| HSV(B) | 100.31º | 0.27% | 0.93% | - |
| XYZ | 60.08 | 75.05 | 50.86 | - |
| YUV | 216.85 | 103.25 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 173 | 0.18 | 0 | 0.27 | 0.07 | 100.31 | 0.64 | 0.8 |
| Hex | C2 | ED | AD | 12 | 0 | 1B | 7 | 64 | 40 | 50 |
| Octal | 302 | 355 | 255 | 22 | 0 | 33 | 7 | 144 | 100 | 120 |
| Binary | 11000010 | 11101101 | 10101101 | 10010 | 0 | 11011 | 111 | 1100100 | 1000000 | 1010000 |
Color Harmonies of #C2EDAD
Complementary color
Monochromatic Colors of #C2EDAD
Black with #C2EDAD
Text Example
Text Example
White with #C2EDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EDAD; }
p { color: rgb(194,237,173); }
H1.HeaderClassName
{
color: #C2EDAD;
}
.AnyTagClassName
{
color: #C2EDAD;
}
</style>
background-color css
<style>
a { background-color: #C2EDAD; }
a { background-color: rgb(194,237,173); }
div.DivClassName
{
background-color: #C2EDAD;
}
.BgClassName
{
background-color: #C2EDAD;
}
</style>
border-color css
<style>
span { border-color: #C2EDAD; }
span { border-color: rgb(194,237,173); }
td.TdClassName
{
border-color: #C2EDAD;
}
.TagClassName
{
border-color: #C2EDAD;
}
</style>