Shades of Madang #C0FFA6
Tints of Madang #C0FFA6
RGB
CMYK
RGB Variations
Color information
#C0FFA6 (or 0xC0FFA6) is known color: Madang. HEX triplet: C0, FF and A6. RGB value is (192,255,166). Sum of RGB (Red+Green+Blue) = 192+255+166=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 166 (65.23% from 255 or 27.08% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FFA6 is #3F0059. Grayscale: #E2E2E2. Windows color (decimal): -4128858 or 10944448. OLE color: 10944448.
HSL color Cylindrical-coordinate representation of color #C0FFA6: hue angle of 102.47º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0FFA6 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 166 | - |
| CMYK | 0.25 | 0 | 0.35 | 0 |
| HSL | 102.47º | 1% | 0.83% | - |
| HSV(B) | 102.47º | 0.35% | 1% | - |
| XYZ | 64.38 | 85.48 | 49.18 | - |
| YUV | 226.02 | 94.13 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 166 | 0.25 | 0 | 0.35 | 0 | 102.47 | 1 | 0.83 |
| Hex | C0 | FF | A6 | 19 | 0 | 23 | 0 | 66 | 64 | 53 |
| Octal | 300 | 377 | 246 | 31 | 0 | 43 | 0 | 146 | 144 | 123 |
| Binary | 11000000 | 11111111 | 10100110 | 11001 | 0 | 100011 | 0 | 1100110 | 1100100 | 1010011 |
Color Harmonies of #C0FFA6
Complementary color
Monochromatic Colors of #C0FFA6
Black with #C0FFA6
Text Example
Text Example
White with #C0FFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFA6; }
p { color: rgb(192,255,166); }
H1.HeaderClassName
{
color: #C0FFA6;
}
.AnyTagClassName
{
color: #C0FFA6;
}
</style>
background-color css
<style>
a { background-color: #C0FFA6; }
a { background-color: rgb(192,255,166); }
div.DivClassName
{
background-color: #C0FFA6;
}
.BgClassName
{
background-color: #C0FFA6;
}
</style>
border-color css
<style>
span { border-color: #C0FFA6; }
span { border-color: rgb(192,255,166); }
td.TdClassName
{
border-color: #C0FFA6;
}
.TagClassName
{
border-color: #C0FFA6;
}
</style>