Shades of Madang #C6EDAD
Tints of Madang #C6EDAD
RGB
CMYK
RGB Variations
Color information
#C6EDAD (or 0xC6EDAD) is known color: Madang. HEX triplet: C6, ED and AD. RGB value is (198,237,173). Sum of RGB (Red+Green+Blue) = 198+237+173=608 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.57% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #C6EDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6EDAD is #391252. Grayscale: #DADADA. Windows color (decimal): -3740243 or 11398598. OLE color: 11398598.
HSL color Cylindrical-coordinate representation of color #C6EDAD: hue angle of 96.56º 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 #C6EDAD is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 237 | 173 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.07 |
| HSL | 96.56º | 0.64% | 0.8% | - |
| HSV(B) | 96.56º | 0.27% | 0.93% | - |
| XYZ | 61.12 | 75.59 | 50.9 | - |
| YUV | 218.04 | 102.58 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 237 | 173 | 0.16 | 0 | 0.27 | 0.07 | 96.56 | 0.64 | 0.8 |
| Hex | C6 | ED | AD | 10 | 0 | 1B | 7 | 61 | 40 | 50 |
| Octal | 306 | 355 | 255 | 20 | 0 | 33 | 7 | 141 | 100 | 120 |
| Binary | 11000110 | 11101101 | 10101101 | 10000 | 0 | 11011 | 111 | 1100001 | 1000000 | 1010000 |
Color Harmonies of #C6EDAD
Complementary color
Monochromatic Colors of #C6EDAD
Black with #C6EDAD
Text Example
Text Example
White with #C6EDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EDAD; }
p { color: rgb(198,237,173); }
H1.HeaderClassName
{
color: #C6EDAD;
}
.AnyTagClassName
{
color: #C6EDAD;
}
</style>
background-color css
<style>
a { background-color: #C6EDAD; }
a { background-color: rgb(198,237,173); }
div.DivClassName
{
background-color: #C6EDAD;
}
.BgClassName
{
background-color: #C6EDAD;
}
</style>
border-color css
<style>
span { border-color: #C6EDAD; }
span { border-color: rgb(198,237,173); }
td.TdClassName
{
border-color: #C6EDAD;
}
.TagClassName
{
border-color: #C6EDAD;
}
</style>